DebuggerNot in LE
Print Topic  Return to Overview  Previous Topic  Next Topic 

If you are not familiar with the purpose or use of the configuration dialogs, review the main configuration dialogs topic before continuing.

 

Transparency : Set the default transparency level of the debugger windows (40 to 255).  40 is almost invisible; 255 is opaque (no transparency).  You can also set the debugger window transparency with the slider control on the bottom left of the debugger window.

 

Extensions : Set the batch file extensions supported by the debugger.  If you don't specify an extension when creating a new file, the debugger will use the first extension in the list.  Extensions must be separated by a semicolon. This option will take effect the next time a debugger window is opened.

 

Auto Bracket Match : Enable on bracket matching - ( ), [ ], and { }. This option will take effect the next time a debugger window is opened.

 

Syntax Coloring : Display key words (as defined in BATCH.BCP) in color.

 

Auto Indent : Automatically indent new lines to match the previous line. This option will take effect the next time a debugger window is opened.

 

Smart Indent : Increase the indent for new lines if the command on the previous line matches one in the smart indent list in BATCH.BCP. This option will take effect the next time a debugger window is opened.

 

Case Fixing : Automatically change the case of key words to match that in BATCH.BCP. (Syntax Coloring must also be enabled so that Case Fixing can recognize the keywords.) This option will take effect the next time a debugger window is opened.

 

Show Line Numbers : Display line numbers before each line. This option will take effect the next time a debugger window is opened.

 

Backup Files : Save a backup copy of the file when you do a Save. The file will be saved with a .BAK extension. The option will take effect the next time a debugger window is opened.

 

Font : Display a font dialog to select the font style and size to use in the debugger windows.

 

Foreground RGB : Display a color picker dialog to select the foreground text color for debugger windows.

 

Background RGB : Display a color picker dialog to select the background text color for debugger windows.

 

 

Topic "inidebugdlg.htm" last edited 4/28/2008. ©2008  JP Software, Inc.
Keywords: Debugger,Options