eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
30 stars 40 forks source link

Improved Error Handling for sendCommand #296

Closed WyoTwT closed 1 year ago

WyoTwT commented 1 year ago

Improve debugging of sendCommand by capturing the stack where the request originated instead of the stream read/parsing of message.

jonahgraham commented 1 year ago

Thanks @WyoTwT!