Target debugging

In order to start a debugging session a launch configuration must be created. If you just started a project you must first build it. Just press Ctrl+B to build. If the build was successful you will have a binary file that can be downloaded to the target device.

A correctly configured target must also be present. The current default target will always be used when a configuration is created in this way.

When everything is ready simply press Shift+Alt+D C or F11. Both shortcuts will create a new launch configuration (or use an existing one for the project). Note that F11 can also be used to re-launch the last used configuration.