forked from qt-creator/qt-creator
debugger: add support for temporary breakpoints
Change-Id: I841c37d21932da0ef354dbbe2fd75cec2fae86d6 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -136,6 +136,7 @@ public:
|
||||
void updateLineNumberFromMarker(BreakpointModelId id, int lineNumber);
|
||||
void setMarkerFileAndLine(BreakpointModelId id,
|
||||
const QString &fileName, int lineNumber);
|
||||
bool isOneShot(BreakpointModelId id) const;
|
||||
bool isWatchpoint(BreakpointModelId id) const;
|
||||
bool isTracepoint(BreakpointModelId id) const;
|
||||
void setTracepoint(BreakpointModelId, bool on);
|
||||
|
||||
Reference in New Issue
Block a user