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

@@ -93,7 +93,8 @@ public:
void storeToTemplate(BreakHandler *other);
void toggleBreakpoint(const QString &fileName, int lineNumber);
void toggleBreakpointEnabled(const QString &fileName, int lineNumber);
BreakpointData *findBreakpoint(const QString &fileName, int lineNumber);
BreakpointData *findBreakpoint(const QString &fileName, int lineNumber,
bool useMarkerPosition = true);
public slots:
void appendBreakpoint(BreakpointData *data);