SystemWorkbench Logo

SystemWorkbench for STM32

Multi Board Debug

SystemWorkbench provides a way to simultaneously debug different applications on different boards : it is called Multi Board Debug.

1) Interfacing with the proper board

Either using ST-Link Server

Or using the serial number

2) TCP/IP Ports

The gdb port by default is 3333, but in any case it needs to be different for each debug session in parallel.
The port number can be changed using the "Port number" field in the debug configuration

  • Debug Configuration for the Board #2:
    Makefile Project Creation
  • Thanks to these settings, it is possible to launch simultaneously several debug sessions. Each debug session can be handled by selecting the corresponding debug thread:

    Makefile Project Creation


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