forked from qt-creator/qt-creator
debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
This commit is contained in:
@@ -1708,7 +1708,7 @@ unsigned GdbEngine::debuggerCapabilities() const
|
||||
| AutoDerefPointersCapability | DisassemblerCapability
|
||||
| RegisterCapability | ShowMemoryCapability
|
||||
| JumpToLineCapability | ReloadModuleCapability
|
||||
| ReloadModuleSymbolsCapability;
|
||||
| ReloadModuleSymbolsCapability | BreakOnThrowAndCatchCapability;
|
||||
}
|
||||
|
||||
void GdbEngine::continueInferiorInternal()
|
||||
|
||||
@@ -169,7 +169,7 @@ void GdbEngine::handleStackFramePython(const GdbResponse &response)
|
||||
&& bp->fileName != bp->bpFileName)
|
||||
bp->markerFileName = bp->fileName;
|
||||
} else {
|
||||
QTC_ASSERT(false, qDebug() << child.toString());
|
||||
QTC_ASSERT(false, qDebug() << child.toString() << bpNumber);
|
||||
//bp->bpNumber = "<unavailable>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user