forked from qt-creator/qt-creator
		
	debugger: introduce enabling/disabling of breakpoints
This commit is contained in:
		| @@ -368,6 +368,8 @@ private: | ||||
|     void shutdown(); | ||||
|  | ||||
|     void toggleBreakpoint(const QString &fileName, int lineNumber); | ||||
|     void toggleBreakpointEnabled(const QString &fileName, int lineNumber); | ||||
|     BreakpointData *findBreakpoint(const QString &fileName, int lineNumber); | ||||
|     void setToolTipExpression(const QPoint &pos, const QString &exp0); | ||||
|  | ||||
|     DebuggerStartMode m_startMode; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user