Debugging program

Debugging the embedded applications

To debug a project on XploR Studio, right-click on the project and select Debug As > Debug Configurations

Note: The project used in this documentation is GNU C/C++ Helloworld Embedded Project so there are some differences in other projects.

example image

Double-click on RISC-V Debugging to create a new debug configuration:

example image

  • Main tab: Specify the executable application and configure auto-build option
  • Debugger tab: Specify Platform (Remote Target/QEMU/Hardware/…), GDB setup (GDB commands, GDB options, etc..) and Platform Configuration.

example image