debugger: add some helper function to debug breakpoints

This commit is contained in:
hjk
2010-01-19 18:10:50 +01:00
parent 5323eee10e
commit fa2f73aa0d
2 changed files with 22 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ public:
void removeMarker();
void updateMarker();
QString toToolTip() const;
QString toString() const;
BreakHandler *handler() { return m_handler; }
bool isLocatedAt(const QString &fileName, int lineNumber) const;