Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 12.0.2
-
None
Description
GDB starts debugging
Click Continue without setting breakpoints
After clicking to interrupt gdb, the device cannot stop normally.
After source code debugging, I found is that when GdbEngine::usesExecInterrupt() this function returns true, then you can stop normally
But I don't know exactly how to fix this bug.