Debugger: Comment out dead code

Change-Id: I91218d9b7b3fa6433d7e64d68b4974a1fdcd295c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Robert Loehning
2017-03-07 12:47:35 +01:00
parent 45b7c5ac29
commit 8e1910b7cd
2 changed files with 3 additions and 3 deletions

View File

@@ -1172,8 +1172,8 @@ void GdbEngine::handleResultRecord(DebuggerResponse *response)
bool GdbEngine::acceptsDebuggerCommands() const
{
return true;
return state() == InferiorStopOk
|| state() == InferiorUnrunnable;
// return state() == InferiorStopOk
// || state() == InferiorUnrunnable;
}
void GdbEngine::executeDebuggerCommand(const QString &command, DebuggerLanguages languages)