Preparing a Project for Debugging

From RAD Studio
Jump to: navigation, search

Go Up to How To Use the Debugger


Most debugging options are set on by default, but you can use the following procedures to review and change those options. There are both general IDE options and project-specific options.

To activate the integrated debugger

  1. Choose Tools > Options > Debugger Options.
  2. Select the Integrated Debugging option.
  3. Click OK.
  4. Optionally review the settings on the other debugging pages.

To set debug options

  1. Choose Project > Options.
  2. Review the debugging options on the various pages of the Project Options dialog box. In particular, review the following pages:
  1. Click OK.

See Also