debugger: fix breakpoint cleanup to allow subsequent runs

Reviewed-by: Friedemann Kleint
This commit is contained in:
hjk
2010-10-05 16:05:47 +02:00
parent c848f7fdea
commit d0848ee29a
3 changed files with 23 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ public:
QString toToolTip() const;
BreakHandler *handler() { return m_handler; }
void reinsertBreakpoint();
void clear(); // Delete all generated data.
bool isLocatedAt(const QString &fileName, int lineNumber,
bool useMarkerPosition) const;