forked from qt-creator/qt-creator
Debugger: Handle core shutdown, prompt user to terminate debugging.
Add a corelistener and trigger on shutdown. Notify about critical states. Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
@@ -241,6 +241,8 @@ public slots:
|
||||
void showStatusMessage(const QString &msg, int timeout = -1); // -1 forever
|
||||
void clearCppCodeModelSnapshot();
|
||||
|
||||
static const char *stateName(int s);
|
||||
|
||||
public slots: // FIXME
|
||||
void showDebuggerOutput(const QString &msg)
|
||||
{ showDebuggerOutput(LogDebug, msg); }
|
||||
|
||||
Reference in New Issue
Block a user