

Restores the Debugger windows to their default size and location.Access-restricted-item true Addeddate 05:07:58 Associated-names Lief, Greg Yellick, Craig Boxid IA40219923 Camera USB PTP Class Camera Collection_set printdisabled External-identifier Toggles the active Debugger window between icon and window displayĬhanges the size of the active Debugger window. Reloads the current application in preparation for reexecution.Įxecutes the current program in Single Step Mode.Įxecutes the current program up to the current cursor position.Įxecutes the current program in Trace Mode. This is equivalent to creating a Tracepoint of "PROCLINE() Specifies a variable or expression as a Watchpoint.Įxecutes the application in Animate Mode.Įxecutes the application until line zero of the next activation isĮncountered. Specifies a variable or expression as a Tracepoint. Sets or removes a Breakpoint at the current cursor position.ĭeletes a Tracepoint or Watchpoint setting. Saves the current Debugger settings to a script file.Ĭontrols the display of the application screen when input is required.
#Ca clipper 5.2 step by step code#
Toggles the display of preprocessed code in the Code Window. Switches the Debugger display mode between color and monochrome.ĭefines the search path for source files. Toggles the display of line numbers at the beginning of each line in theĬontrols the tracing of code blocks during Single Step Mode.Ĭontrols the display of program output while in Animate Mode. Toggles the display of Static variables in the Monitor Window. Toggles the display of Public variables in the Monitor Window.Ĭontrols the order in which variables are displayed in the Monitor Toggles the display of Private variables in the Monitor Window. Toggles the display of Local variables in the Monitor Window. Toggles the display of variables of all storage classes in the Monitor Locates the previous occurrence of the character string specified by the Locates the next occurrence of the character string specified by the Moves the cursor to a specified line in the Code Window. Searches the current file for the specified character string, obeying Lists Watchpoints, Tracepoints, and Breakpoints. Returns from viewing a file to the program being debugged. Opens the specified file for viewing in the Code Window. Terminates the Debugger, closes all files, and returns to DOS. Loads a temporary copy of COMMAND.COM, allowing you to enter DOSĬommands without leaving the current application. Toggles the display of the Callstack Window.ĭelete All Delete BP | TP | WP ĭeletes Breakpoints, Watchpoints, and Tracepoints, either individually Sets or removes a Breakpoint at a specified program and line number or Listed below is a summary of Debugger commands from The CA-Clipperĭebugger chapter of the Programming and Utilities guide. The /B compiler option to embed debugging information, debugging is not CLD searches for the in the current directory only. is the name of the executable file (.EXE) you want toĭebug. Ifīoth Init.cld and a command line script file are present, Init.cld isĮxecuted first followed by the command line script file. If a file by this name is located in the current directory orĪnywhere in the DOS PATH, the Debugger executes it as a script file. In addition to any script file called for on the CLD command line, theĭebugger automatically searches for a script file with the name When the Debugger is invoked withĪ script file, each command in the file is executed automatically after A script file is simply anĪSCII text file containing one or more Debugger commands, with eachĬommand appearing on a separate line. CLD searches for the specified in the currentĭirectory and then searches the DOS PATH. is the name of a script file with a default extension Split screen mode, the top 25 lines of the screen are used by yourĪpplication, and the remaining lines are used for the Debugger display. S uses 50 line mode, and on an EGA monitor it uses 43 line mode. View the application and the Debugger simultaneously. The screen between your application and the Debugger, allowing you to S is available on EGA and VGA monitors only. 50 specifies 50 line mode and is available on VGA monitors only. 43 specifies 43 line mode and is available on EGA and VGA monitors. Without any arguments, a brief help screen is displayed. This is the command line syntax to invoke the Debugger. The CA-Clipper Debugger-(CLD.EXE) OverviewĪllows you to debug your source code while your executable file is Utilities - the ca-clipper debugger-(cld.exe) Click above to get retro games delivered to your door ever month! - CA-Clipper 5.2.
