gdbserver issues

  • Hello, most of the time I use GDB directly from the command line. In the following forum thread: viewtopic.php?t=103&hilit=gdb, I had a discussion with another user regarding the use of GDB, which you can refer to. Since I don't have experience using breakpoints and debugging with VSCode, I'm unable to provide help with the issue you're encountering.
  • Aight, thanks! I've read this post already. The issue is seem to be related to the inability of gdb to process modern c++ code with auto function arguments. Thats quite sad, but at least now i know what to expect :)