Open
Description
Describe the bug
Attempting to debug with the ThreadLib debug library - get message GDB debugger terminated unexpectedly.
To Reproduce
Steps to reproduce the behavior:
- At the top of your code:
#include <ThreadDebug.h> // UartDebugCommInterface debugComm(SERIAL1_TX, SERIAL1_RX, 230400); // ThreadDebug threadDebug(&debugComm, DEBUG_BREAK_IN_SETUP); UsbDebugCommInterface debugComm(&SerialUSB); ThreadDebug threadDebug(&debugComm, DEBUG_NO_BREAK_IN_SETUP);
- Build & Download
- Start debug session by Debug->Start Debugging
- See error - GDB debugger terminated unexpectedly.
Expected behavior
Debug session should start.
Screenshots
If applicable, add screenshots to help explain your problem.
Message pops up and goes away.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. 22]
Windows 10 - 2020 latest released from M$