Debugger Options

From RAD Studio
Jump to: navigation, search

Go Up to Tools Options Index

Tools > Options > Debugger Options

Use this page to set general debugger options for the IDE.

Item Description

Integrated Debugging

Activates the Integrated Debugger.

Map TD32 keystrokes on run

Allows you to use the keystrokes from TD32 (Turbo Debugger 32-bit) in the IDE. When this option is checked, the TD32 keymapping will be active anytime a debug session is in progress. Note that if this option is selected, the Mark buffers read-only on run option is automatically checked as well and cannot be unchecked.

Mark buffers read-only on run

Marks all editor files, including project and workgroup files, read-only when the program is run. When this option is selected, it will not change the attributes of the files after the program terminates. If the file was not marked read-only before running the program, the product will change the attributes of the file back to their original configuration after the program terminates.

Rearrange editor local menu on run

Moves the Debugger area of the Code Editor context menu to the top when you run a program from the IDE, for easier access the Debugger commands. Display the Code Editor context menu by right-clicking anywhere in the Code Editor window.

Automatically close files implicitly opened while debugging

Closes all files that you did not explicitly open. If the debugger opened a file implicitly, that file is closed automatically at the end of the debug session if it has not been changed. Files that have been edited or for which you have set a breakpoint are not closed automatically.

Allow side effects and function calls in new watches

Causes the watch to be evaluated even if doing so would cause side effects or require function calls. Can be set for individual watches using the Watch Properties dialog box. By default, this option is not set. See also E2382 Side effects are not allowed (C++).

Personal tools
Newest Version: XE
In other languages