-
-
Notifications
You must be signed in to change notification settings - Fork 469
Open
Labels
criticality: lowOf low impactOf low impacttopic: debuggerRelated to the integrated debuggerRelated to the integrated debuggertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
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$
Metadata
Metadata
Assignees
Labels
criticality: lowOf low impactOf low impacttopic: debuggerRelated to the integrated debuggerRelated to the integrated debuggertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project