forked from qt-creator/qt-creator
debugger: refactoring of breakpoint creation
This commit is contained in:
@@ -219,7 +219,6 @@ public slots:
|
||||
void toggleBreakpoint();
|
||||
void breakByFunction(const QString &functionName);
|
||||
void breakByFunctionMain();
|
||||
void setBreakpoint(const QString &fileName, int lineNumber);
|
||||
void activateFrame(int index);
|
||||
void selectThread(int index);
|
||||
void activateSnapshot(int index);
|
||||
|
||||
Reference in New Issue
Block a user