Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Run -> Debug Configurations -> C/C++ Remote Applications:

    image-20240620-110120.png
  2. Create a new configuration in C/C++ Remote Application by clicking + the New launch configuration icon in the upper left part of the window:

    image-20240620-110337.png
  3. In the Main tab, click Select other... to change Using GDB Automatic Remote Debugging Launcher.

  4. In the Select Preferred Launcher dialog, select GDB (DFS) Manual Remote Debugging Launcher and click OK.

    image-20240620-110457.png
  5. In the Debug Configuration window, switch to the Debugger tab and change GDB debugger to the full path to arm-buildroot-uclinuxfdpiceabi-gdb. Click Apply.

    image-20240620-110617.png
  6. Select the Connection tab and enter an IP address of you target and gdbserver connection port number. Click Apply.

    image-20240620-110706.png

...