eclipse-cdt-cloud/cdt-gdb-adapter

Adapter does not work with older GDBs

jonahgraham opened this issue · 2 comments

The current adapter assumes a newish version of GDB. For example using -source option to -break-insert

#188 provides support back to GDB 7.6 on Linux.

I couldn't get a native GDB 7.6 to work on Windows, so for Windows I tested by running GDB 10 (from msys2) but having it advertise as GDB 7.6.

This issue is now resolve. If additional issues are found new bugs should be raised.