forked from qt-creator/qt-creator
debugger: add a 'break at main' checkbox in the 'start and debug external' dialog
This commit is contained in:
@@ -127,7 +127,8 @@ enum DebuggerStartMode
|
||||
StartRemote // Start and attach to a remote process
|
||||
};
|
||||
|
||||
struct DebuggerStartParameters {
|
||||
struct DebuggerStartParameters
|
||||
{
|
||||
DebuggerStartParameters();
|
||||
void clear();
|
||||
|
||||
@@ -278,6 +279,7 @@ public slots:
|
||||
void runToFunctionExec();
|
||||
void toggleBreakpoint();
|
||||
void breakByFunction(const QString &functionName);
|
||||
void breakByFunctionMain();
|
||||
void setBreakpoint(const QString &fileName, int lineNumber);
|
||||
void activateFrame(int index);
|
||||
void selectThread(int index);
|
||||
|
||||
Reference in New Issue
Block a user