; English help messages for SD386 ; Modified 1/29/88 ; MFH 03/13/91 ; ... 09/14/92 701 Michelle wording and sizing changes ; ... 10/05/92 701 Michelle window changes ; ... 10/15/92 701 Michelle key additions ; ... 10/19/92 701 Michelle wording changes ; ; Organized as follows: ; message numbers match message ids defined in HELPID.H ; ordered by location in action bar ; ; DEB DEB0098H: No help for this item. DEB0099H: ; ; This is the invocation help for SD386. ; ;---------------------------------------------------------------------- ; SD386 Ver 5.00 08/23/96 Syntax: SD386 [Options] [Program Name] [Program Arguments] Options: /h or /? = Print this help screen. /p = Read SD386.PRO. /c = Force case sensitivity for public names. /i = Debug initialization code. /f = Run debuggee in full screen session. /w = Run debuggee in text window session. /k = Keyboard only (no mouse). /u = Do not flush keyboard buffer. /m = Resolve imports. /o[Filespec] = Make a phone line connection to a remote esp. (See notes regarding optional Filespec.) /r[n] = Remote debug: n=0 1 2 3 4 5 6 speed=300 1200 2400 4800 9600 19200 38400 /an = Which Com(Async) port. For example, /a1 uses COM1: /s = Don't stop at "main" entry point. /e = Use DosExecPgm() to start the debuggee. /b[@]Filespec = Debug the child process specified by Filespec. If Filespec is prefixed with @, then debug all the processes specified ( one per line )in the file. /nAname = Remote debug over a netbios connection. Aname is any logical name. Use the same name on both the debug and the probe machine. /x = Disable Ctrl-Esc and Alt-Esc. If abnormal termination leaves Ctrl-Esc and Alt-Esc disabled, then SD386 /x will turn them back on. /tname = Remote debug over a TCP/IP connection. The name is the network name of the machine running the debug probe(esp). The name must be defined in your TCP/IP HOSTS file. Program Name = Debuggee EXE name. Program Arguments = Arguments for the debuggee program. Notes: FileSpec used with /o option: Filespec is a file of AT commands that you can send to your modem if you want to set modem options not automatically set by SD386. DEB0100H: ; ; This is the invocation help for ESP. It must not exceed 25 lines. ; ;---------------------------------------------------------------------- ; ESP Ver 5.00 08/23/96 Use ESP to establish a null modem or a modem connection to SD386. Syntax: esp [/option] OPTIONS: /r[n] = Remote debug: n=0 1 2 3 4 5 6 speed=300 1200 2400 4800 9600 19200 38400 /an = Which Com(Async) port. For example, /a1 uses COM1: /o[Filespec] = Read commands in FileSpec and send to modem. (See notes regarding optional Filespec.) /nAname = Remote debug over a netbios connection. Aname is any logical name. Use the same name on both the debug and the probe machine. /t = Remote debug over a TCP/IP connection. Notes: FileSpec used with /o option: Filespec is a file of AT commands that you can send to your modem if you want to set modem options not automatically set by ESP. ; ;---------------------------------------------------------------------- ; DEB0101H: ; File pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º File Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Get Function... ³  Locates the source file for a function. ³ Get Address... ³  Locates an address. ³ Get File... ³  Opens a source file. ³ Find Function ³  Locates the source file for a function. ³ Find Exec Line ³  Locates the current execution line. ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Next File ³  Gets the next file in the source file ring. ³ Drop File ³  Drops the current file from the source file ring. ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Browse File... ³  Browses a file. ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Restart ³  Restarts the target application. ³ Quit ³  Ends the debugger. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ DEB0102H: ; Get Function ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Get Function º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Locates the source file that contains the definition of the function you specify and adds the source file to the ring of source files. ; DEB0103H: ; Get Function dialog Enter the name of the function to locate. ; DEB0104H: ; Get Address ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Get Address º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Locates the source file and line number containing the specified address and adds the source file to the ring of files. If source is not available then a disassembly view will be shown. ; DEB0105H: ; Get Address dialog Enter the address you want to go to. ; DEB0106H: ; Get File ÉÍÍÍÍÍÍÍÍÍÍÍÍ» º Get File º ÈÍÍÍÍÍÍÍÍÍÍÍͼ Locates the file specified looking first in the ring of files and then in the list of files linked with the /CO or /DE debug option. ; DEB0107H: ; Get File dialog Enter the name of the file to locate. ; DEB0108H: ; Find Function ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Find Function º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Locates the source file that contains the function on which the cursor is placed and adds the source file to the ring of source files. ; DEB0109H: ; Find Exec Line ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Find Exec Line º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ This function brings the currently executing line (Exec Line) into view and places the cursor on that line. If the cursor is already on the Exec Line, then this function will take you to the next line to be executed in the previous stack frame and place the cursor on that line. Subsequent executions will continue to to take you to previous stack frames until you return to the Exec Line. Effectively, this function lets you walk the stack in a ring like fashion adding a file for each stack frame to the ring of files. ; DEB0110H: ; Next File ÉÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Next File º ÈÍÍÍÍÍÍÍÍÍÍÍÍͼ Switches to the next file in the ring of source files. ; DEB0111H: ; Drop File ÉÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Drop File º ÈÍÍÍÍÍÍÍÍÍÍÍÍͼ If the current file does not define the currently executing procedure, then Drop file will remove the file from the ring of files. ; DEB0112H: ; Browse File ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Browse File º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Loads a file for browsing. ; DEB0113H: ; Browse file dialog Enter the name of the file to be browsed. ; DEB0114H: ; Restart ÉÍÍÍÍÍÍÍÍÍÍÍ» º Restart º ÈÍÍÍÍÍÍÍÍÍÍͼ Reloads and restarts the target application. Breakpoints and the contents of the data window are retained. ; DEB0115H: ; Quit ÉÍÍÍÍÍÍÍÍ» º Quit º ÈÍÍÍÍÍÍÍͼ Ends the debugger. ; DEB0116H: ; Run pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Run Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Run ³  Runs the target program. ³ Single Step ³  Executes the current line. ³ Step Into ³  Steps into a function call. ³ Run To Cursor ³  Runs up to the cursor line. ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Run NoSwap ³  Runs the program, no screen swap. ³ Single Step NoSwap ³  Executes the current line, no screen swap. ³ Step Into NoSwap ³  Steps into a function, no screen swap. ³ Run To Cursor NoSwap ³  Runs up to the cursor line, no screen swap. ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Set Exec Line ³  Sets current line as the next executable. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ DEB0117H: ; Run ÉÍÍÍÍÍÍÍ» º Run º ÈÍÍÍÍÍÍͼ Runs the program until a breakpoint is hit, an exception occurs, or the end of the program is reached. ; DEB0118H: ; Swap ÉÍÍÍÍÍÍÍÍ» º Swap º ÈÍÍÍÍÍÍÍͼ Sets the swap option to swap screens with the target program. ; DEB0119H: ; No Swap ÉÍÍÍÍÍÍÍÍÍÍÍ» º No Swap º ÈÍÍÍÍÍÍÍÍÍÍͼ Sets the swap option to not swap screens with the target program. ; DEB0120H: ; Single Step ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Single step º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Executes the current source line (as defined by your compiler). If the current line calls other procedures, they will executed but will not be traced. Use the "Step Into" function to trace calls to other procedures as well. ; DEB0121H: ; Step Into ÉÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Step Into º ÈÍÍÍÍÍÍÍÍÍÍÍÍͼ Executes the current source line. If the current line calls other procedures, they will also be traced. ; DEB0122H: ; Run To Cursor ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Run To Cursor º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Sets a one-time breakpoint on the line containing the cursor and executes the program. If the cursor line is not hit during the run, a one-time breakpoint is set on the line to be hit on the next run. ; DEB0123H: ; Run NoSwap ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Run NoSwap º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Runs the program in the background until a breakpoint is hit, an exception occurs, or the end of the program is reached. ; DEB0124H: ; Single Step NoSwap ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Single Step NoSwap º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Executes the current source line (as defined by your compiler) in the background. If the current line calls other procedures, they will executed but will not be traced. Use the "Step Into NoSwap" function to trace calls to other procedures as well. ; DEB0125H: ; Step Into NoSwap ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Step Into NoSwap º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Executes the current source line in the background. If the current line calls other procedures, they will also be traced. ; DEB0126H: ; Run To Cursor NoSwap ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Run To Cursor NoSwap º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Sets a one-time breakpoint on the line containing the cursor and executes the program in the background. If the cursor line is not hit during the run, a one-time breakpoint is set on the line to be hit on the next run. ; DEB0127H: ; Set Exec Line ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Set Exec Line º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Sets the current execution line to the line containing the cursor. ; DEB0128H: ; Breakpoints pulldown ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Set/Clear on Cursor ³ ³ Set Conditional on Cursor... ³ ³ Set Function Name Break... ³ ³ Set Address Break... ³ ³ Set Deferred Break... ³ ³ Set Address Load Break... ³ ³ Set DLL Load Break... ³ ³ Clear All Breaks ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Save Breakpoint File ³ ³ Restore Breakpoint File ³ ³ Edit Breakpoint File ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Hardware Debug Regs... ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ DEB0129H: ; Set/Clear on Cursor Sets or resets a breakpoint on the executable line selected by the cursor. Highlighted lines denote the executable lines. ; DEB0130H: ; Set Conditional on Cursor Sets a conditional breakpoint on the executable line selected by the cursor. Highlighted lines denote executable lines. ; ;Breakpoints can now have two additional forms. ;If the breakpoint starts with "!" it is a list of MSH expressions. Each MSH ;expression has a return code. The return code of the breakpoint is ;the return code of the last expression. If the return code is 0, the ;debugger does NOT stop. ; ;If the breakpoint starts with "!!" it is a list of REXX expressions. ;The list of REXX expressions has a return code as set by REXX. ;If the return code is 0, the debugger does NOT stop. ; ;Please see the Math Shell Help under the Help pulldown section for ;more details. ; DEB0131H: ; Set Conditional Breakpoint on Cursor dialog Enter a conditional breakpoint expression. The form for the expression is: where is a storage address or a variable name is <, >, ==, !=, <=, >= is a constant expression ; DEB0132H: ; Function Name Sets a breakpoint at a function entry using the syntax [dllname.]funcname. If you do not dot qualify funcname and funcname is not found, then you will be given the option of deferring the breakpoint for ALL dlls. ; DEB0133H: ; Function Entry dialog Enter the name of the function optionally dot qualified with a dll or exe name. ; DEB0134H: ; Address Sets a breakpoint on a given address. ; DEB0135H: ; Address dialog Enter the address at which the breakpoint is to be set. ; DEB0136H: ; Clear all breakpoints Clears all breakpoints in the target program. ; DEB0137H: ; Hardware Debug Registers Brings up the watchpoint menu allowing you to enter expressions for up to 4 watchpoints. These watchpoints use the hardware debug registers of the Intel chip. ; DEB0138H: ; Data Breakpoint ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Set Data Breakpoint º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Sets a hardware data breakpoint at the cursor line. This function is currently not implemented. ; DEB0139H: ; Search pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Search Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Find... ³  Finds a specified string in the current source file. ³ RepeatFind ³  Repeats the prevoius find command. ÀÄÄÄÄÄÄÄÄÄÄÄÄÙ DEB0140H: ; Find ÉÍÍÍÍÍÍÍÍ» º Find º ÈÍÍÍÍÍÍÍͼ Find searches the current source file for a string. ; DEB0141H: ; Repeat Find ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Repeat Find º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Repeats the find command with the previous string entered. ; DEB0142H: ; Data pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Data Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Show Var ³  Shows the value of the variable at the cursor. ³ Show Var-> ³  Shows the contents of the pointer variable ³ ³ selected by the cursor. ³ Watch Var ³  Adds the variable to the data window. ³ Watch Var-> ³  Adds the contents of the pointer variable ³ ³ to the data window. ³ Expand Var ³  Expands the variable in the data expansion window. ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Edit Expression ³  Edits the expression. ³ Edit Storage ³  Edits the storage displayed in the data window. ³ Format Var ³  Shows action bar of choices for the format of ³ ³ the display of the data. ³ Remove Var ³  Removes a variable from the data window. ³ Insert ³  Inserts a variable in the data window. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; DEB0143H: ; Show Var ÉÍÍÍÍÍÍÍÍÍÍÍÍ» º Show Var º ÈÍÍÍÍÍÍÍÍÍÍÍͼ Shows the value of the variable selected by the cursor. ; DEB0144H: ; Show Var-> ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Show Var-> º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Shows the contents of the pointer variable selected by the cursor. ; DEB0145H: ; Watch Var ÉÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Watch Var º ÈÍÍÍÍÍÍÍÍÍÍÍÍͼ Adds the variable selected by the cursor to the data window. ; DEB0146H: ; watch Var-> ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Watch Var-> º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Adds the pointer variable selected by the cursor to the data window. ; DEB0147H: ; Expand Var ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Expand Var º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Expands the view of a variable such as a member of a structure or union. If the member is a structure or union, its components will be displayed in the expansion window. If the member is a pointer to another structure, etc., the contents of the variable pointed to by the pointer will be displayed in the expansion window. ; DEB0148H: ; Edit Expression ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Edit Expression º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Allows you to edit the expression (formula) which defines what is displayed by SD386. One you have changed the expression, press Enter to cause SD386 to handle the expression or press Esc to leave the expression alone. ; DEB0149H: ; Edit Storage ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Edit Storage º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Allows you to edit the value of the storaged displayed by SD386. Once you have changed the value, press Enter to alter the actual contents of memory or press Esc to leave the contents alone. ; DEB0150H: ; Format Variable ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Format Variable º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Formats a varible in the data window according to the format specified. A menu will be displayed to choose default formats or enter the format type of the variable. ; DEB0151H: ; Remove Var ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Remove Var º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Removes the variable selected by the cursor from the data window. ; DEB0152H: ; Insert ÉÍÍÍÍÍÍÍÍÍÍ» º Insert º ÈÍÍÍÍÍÍÍÍÍͼ Inserts the variable selected by the cursor in the data window. ; DEB0153H: ; View pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º View Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Source ³  Switches to source view. ³ Assembler ³  Switches to assembly view. ³ Data ³  Switches to the data window. ³ Data Show/Hide ³  Display/Hide data window. ³ Timed Show App ³  Shows the application screen for few seconds. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; DEB0154H: ; Source ÉÍÍÍÍÍÍÍÍÍÍ» º Source º ÈÍÍÍÍÍÍÍÍÍͼ Switches to the source view. This option is disabled if the current view is already the source view. ; DEB0155H: ; Assembler ÉÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Assembler º ÈÍÍÍÍÍÍÍÍÍÍÍÍͼ Switches to the assembly view. This option is disabled if the current view is already the assembly view. ; DEB0156H: ; Data ÉÍÍÍÍÍÍÍÍ» º Data º ÈÍÍÍÍÍÍÍͼ Switches to the data window. This option is disabled if the current window is already the data window. ; DEB0157H: ; Data Show/Hide ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Data Show/Hide º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ This command toggles between showing and hiding the data window. The contents of the data window remain unchanged. ; DEB0158H: ; Timed Show App ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Timed Show App º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ This command shows the application screen for a few seconds. It returns back to the previous view. ; DEB0159H: ; Settings pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Settings Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Colors ³  Sets colors for various screen items. ³ Exceptions ³  Sets various exception notifications. ³ Assembler ñ Source ³  Sets type of assembly view. ³ Mnemonics ³  Sets the disassembly option. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; DEB0160H: ; Colors ÉÍÍÍÍÍÍÍÍÍÍ» º Colors º ÈÍÍÍÍÍÍÍÍÍͼ Sets the colors for the various screen areas. You can choose colors, reset to default colors, and optionally save color settings. ; DEB0161H: ; Exceptions ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Exceptions º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Allows you choose whether to be notified or not for various processor and operating system exceptions. ; DEB0162H: ; Assembler ñ Source ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Assembler ñ Source º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Sets the assembler view option. This option toggles between mixed source/assembly and assembly only views. ; DEB0163H: ; Mnemonics ÉÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Mnemonics º ÈÍÍÍÍÍÍÍÍÍÍÍÍͼ This command sets the type of disassembly. This option toggles between Intel and AL/86 instructions. ; DEB0164H: ; Misc pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Misc Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ CallStack ³  List of active procedures. ³ Processes ³  List of active processes. ³ Threads ³  List of active threads. ³ Dlls ³  List of dlls for the application. ³ Registers ³  Register display. ³ Edit Registers ³  Modify register contents. ³ Coprocessor Regs ³  Coprocessor register display. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; DEB0165H: ; Call Stack ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Call Stack º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍͼ This command displays the list of active procedures and allows you to unwind the call stack to a selected procedure. ; DEB0166H: ; Threads ÉÍÍÍÍÍÍÍÍÍÍÍ» º Threads º ÈÍÍÍÍÍÍÍÍÍÍͼ Displays the status of all active threads and allows you to examine and/or modify their current status. ; DEB0167H: ; Dlls ÉÍÍÍÍÍÍÍÍ» º Dlls º ÈÍÍÍÍÍÍÍͼ Displays the list of Dynamic link libraries used by the target application. ; DEB0168H: ; Registers ÉÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Registers º ÈÍÍÍÍÍÍÍÍÍÍÍÍͼ Displays the processor registers and their values. This list is updated at each instruction step. ; DEB0169H: ; Edit Registers ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Edit Registers º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ This command allows you to edit the contents of the registers. ; DEB0170H: ; Coprocessor Regs ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Coprocessor Regs º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ Displays the coprocessor registers, stack, and their values. This list is updated at each instruction step. ; DEB0171H: ; Help pulldown ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Help Pulldown º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ General help ³  Display general information about SD386. ³ Keys help ³  Display the various key assignments. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ DEB0172H: ; Keys ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º Key assignments º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ SD386 provides a set of default accelerator key assignments. These accelerator keys can be used in conjunction with the mouse or by themselves to perform the SD386 functions. The accelerator keys can be reassigned in the SD386.PRO file. ; ; Dialogs DEB0173H: ; Colors Dialog ÉÍÍÍÍÍÍÍÍÍÍ» º Colors º ÈÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Mouse Input ³Key Input³ If you want to ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ Left Click ³ or  ³ Select a window/area definition ³ ³ Move & ³<- -> ³ Move to next field ³ ³ Left Click ³or Tabs ³ ³ ³ or ³Space ³ Switch to next color for background ³ ³ Left Click ³ ³ ³ ³ or ³Space ³ Switch to next color for foreground ³ ³ Left Click ³ ³ ³ ³ ³D ³ Set all of the color selections to defaults ³ ³ ³R ³ Reset single color selection to default ³ ³ ³S ³ Save current color selections to profile ³ ³ ³Enter ³ Accept current color selections ³ ³ ³Esc ³ Exit without any action ³ ³ ³F1 ³ See this Help panel ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ; DEB0174H: ; Find Dialog Enter the string to be searched. Blanks are allowed in the string. ; DEB0175H: ; Threads Dialog ÉÍÍÍÍÍÍÍÍÍÍÍ» º Threads º ÈÍÍÍÍÍÍÍÍÍÍͼ ÚÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Mouse Input ³Key Input³ If you want to ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³ or  ³ Highlight a thread ³ ³