AppCode 2017.3 Help

Starting the Debugger Session

Before debugging

The debug session starts with the selected run/debug configuration. Note that several debug processes can be launched simultaneously.

Debugging an application

To start debugging an application, do one of the following

  • Select the run/debug configuration to execute, and then do one of the following:
    • Click run icon in the left gutter, and then choose debug.
    • Click debug on the toolbar.
    • Choose Run | Debug on the main menu.
    • Press ⌃D.
  • Press ⌃⌥D, select the configuration from the pop-up menu, and press .

Note that after you've launched a debug session, the debug icon that marks the Debug Tool Window toggles to active debug icon to indicate that the debugging process is active.

Last modified: 27 March 2018

See Also