forked from qt-creator/qt-creator
debugger: Do not automatically kill gdb on internal errors.
This improves overall debugging experience after some "mostly harmless" errors. Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2004
This commit is contained in:
@@ -68,7 +68,9 @@ void SessionEngine::saveSessionData()
|
||||
unsigned SessionEngine::debuggerCapabilities() const
|
||||
{
|
||||
return DebuggerEngine::debuggerCapabilities()
|
||||
| AddWatcherCapability | WatchpointCapability;
|
||||
| AddWatcherCapability
|
||||
| BreakOnThrowAndCatchCapability
|
||||
| WatchpointCapability;
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user