SystemWorkbench Logo

SystemWorkbench for STM32

Debug configuration dedicated to the multicore

To debug an application, the debugger requires additional information to make the associations between the source code, the binaries generated from that original source and some other information. This information is included by default when the project is built using the "Debug" build configuration. The SystemWorkbench debugger used is Arm GDB.

More details about GDB are available here: GDB documentation.

For the first time the user debug a program, a debug launch configuration must be created.
To create a debug configuration, use the following procedure:

If any change is made, click on Apply to save the configuration.


For more information about C/C++ development tools in Eclipse, please see C/C++ Development User Guide.