debugger: simplify the 'break at main' logic

This commit is contained in:
hjk
2010-12-14 12:50:10 +01:00
parent 49bb22134f
commit 7ef927ac6c
3 changed files with 8 additions and 24 deletions

View File

@@ -76,7 +76,6 @@ public:
QString workingDirectory;
qint64 attachPID;
bool useTerminal;
bool breakAtMain;
// Used by AttachCrashedExternal.
QString crashParameter;
@@ -257,9 +256,6 @@ public:
bool debuggerActionsEnabled() const;
static bool debuggerActionsEnabled(DebuggerState state);
void breakByFunction(const QString &functionName);
void breakByFunctionMain();
DebuggerState state() const;
DebuggerState lastGoodState() const;
DebuggerState targetState() const;