forked from qt-creator/qt-creator
Changed the behaviour of setting breakpoints in qml files.
Delegates setting of breakpoints to functions that set/reset/change the breakpoint one at a time. Change-Id: I553a74b05cf19c9d2436344db67bc962da18457f Reviewed-on: http://codereview.qt.nokia.com/3082 Reviewed-by: Kai Koehne <kai.koehne@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
This commit is contained in:
@@ -62,9 +62,10 @@ public:
|
||||
|
||||
void activateFrame(int index);
|
||||
|
||||
void insertBreakpoints(BreakHandler *handler, BreakpointModelId *id);
|
||||
void removeBreakpoints(BreakpointModelId *id);
|
||||
void setBreakpoints();
|
||||
void insertBreakpoint(BreakpointModelId id, BreakHandler *handler);
|
||||
void removeBreakpoint(BreakpointModelId id, BreakHandler *handler);
|
||||
void changeBreakpoint(BreakpointModelId id, BreakHandler *handler);
|
||||
void updateBreakpoints();
|
||||
|
||||
void assignValueInDebugger(const QByteArray expr, const quint64 &id,
|
||||
const QString &property, const QString value);
|
||||
@@ -75,7 +76,6 @@ public:
|
||||
void synchronizeWatchers(const QStringList &watchers);
|
||||
|
||||
void expandObject(const QByteArray &iname, quint64 objectId);
|
||||
void sendPing();
|
||||
|
||||
void setEngine(QmlEngine *engine);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user