Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
Can anybody tell me if is possible to specify x, y coordinates of the windows coming up with the debuggers ?? Any help is appreciated. Thanks Ed.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3522.1 | PSW::WINALSKI | Careful with that VAX, Eugene | Wed Oct 24 1990 16:10 | 4 | |
Try the TURRIS::DEBUG notes conference. That's where the debugger folks hang out. --PSW | |||||
3522.2 | dbg$init with DISPLAY... | TOOLEY::B_WACKER | Wed Oct 24 1990 16:13 | 17 | |
Try a dbg$init file like: SET MODE SCREEN CANCEL DISPLAY/ALL DISPLAY/SIZE:64 SRC AT (100,150,100,200) SOURCE ( EXAMINE/SOURCE .%SOURCE_SCOPE\%PC ) SELECT/SCROLL/SOURCE SRC DISPLAY/REMOVE/SIZE:64 INST AT (65535,207,65535,660) INSTRUCTION ( EXAMINE/INSTRUCTION .%INST_SCOPE\%PC ) DISPLAY/REMOVE/SIZE:64 REG AT (65535,207,65535,340) REGISTER DISPLAY/SIZE:100 OUT AT (65535,147,65535,660) OUTPUT SELECT/ERROR/OUTPUT OUT DISPLAY/SIZE:64 PROMPT AT (65535,87,65535,660) As I remember I got the original from something like SAVE DISPLAY, but that output has numerous bugs you then have to pare out. The Turris::debug notes conference has more. Bruce |