y[? | option]
The y command changes the debugger configuration. The following list describes the available configuration options. All settings are toggles.
?
Displays a list of supported options.
option
Following are the available configuration options:
/a
Controls automatic symbol loading. If this option is set, Windows will not load symbols automatically.
/n
Sets the following options:
codebytes dislwr int3line newprompt newreg newvec symaddrs
/v
Controls segment load notification messages. If this option is set, all segment load notifications will be displayed.
386env
Controls the size of addresses, registers, and so on when displayed. When this option is on, addresses, registers, and so on are shown in 32-bit format; otherwise, they are shown in 16-bit format.
codebytes
Causes the disassembler to display the code bytes along with the disassembled instructions.
disaddr
Causes the disassembler to display the disassembly address.
disline
Causes the disassembler to display the filename and line number of each operation code (opcode).
dislwr
Controls the disassembler's lowercase option. When the flag is on, disassembly is in lowercase.
int3line
Causes the disassembler to display the filename and line number on int 3 instructions.
newprompt
Causes 80386 Debugger to produce a double prompt when paging is enabled and a nesting level if the debugger is reentered.
newreg
Controls the format of the register display.
newvec
Controls the display format for the intercepted interrupt vectors.
regterse
Controls the number of registers displayed by the r (Register Dump) command. In the 80386 environment, when regterse is on, only the first three lines are displayed (instead of the normal six lines plus disassembly line). In the 80286 environment (386env off), only the first two lines are displayed (instead of the normal three lines plus disassembly line).
scrncols
Sets the number of screen columns in the debug display. The default is 79 columns.
scrnlines
Sets the number of screen lines in the debug display. The default is 24 lines.
skipint3s
Causes the debugger to ignore inline int 3 instructions.
symaddrs
Causes the disassembler to display symbol values along with the symbols.
teftibase
Sets the base port address for the timing card.