Starting the Debugger

From RAD Studio
Jump to: navigation, search

Go Up to How To Use the Debugger


RAD Studio has an integrated debugger that you work with in the IDE. The debugger runs either locally on the development system (for Win32 or local Win64 applications) or on the remote multi-device target.

To start a debugging session for the current project, run the application in debug mode by using any of the following:

  • Run > Run
  • F9 (Run with Debugging)
  • RunButton.png Run button on the Debug toolbar

To start a debugging session for a separate process that is already running, use Run > Attach to Process.

See Also