Skip to main content

Debug Project

Debug your Cortex-M, STM8 project.

Prepare

Launch Debugger

For Cortex-M Project

  1. Open the flasher configuration and set the relevant options (eide will automatically generate the corresponding debugging configuration according to the different flasher config)

  2. Open launch.json, check cortex-debug debug configurations.

  3. Connect your board with debug probe.

  4. Select debug config name in VSCode Debug View.

  5. Press F5 launch debugger.

More Usage