debugger: allow breakpoint removal also at the original position, not the "acknolegdged" one

Task-number: QTCREATORBUG-2264
This commit is contained in:
hjk
2010-09-08 09:54:40 +02:00
parent 6c7c84d1d5
commit 15fc9396b5
4 changed files with 14 additions and 17 deletions

View File

@@ -58,7 +58,8 @@ public:
QString toString() const;
BreakHandler *handler() { return m_handler; }
bool isLocatedAt(const QString &fileName, int lineNumber) const;
bool isLocatedAt(const QString &fileName, int lineNumber,
bool useMarkerPosition) const;
bool isSimilarTo(const BreakpointData *needle) const;
bool conditionsMatch() const;