QmlV8DebuggerClient: Change breakpoint line number

V8 Debugger does not support changing line numbers of active
brekpoints. Remove the existing breakpoint and add a new one.

Change-Id: I0e6302d6d911887890d674960cc241f89c4cdc96
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2012-03-09 09:06:21 +01:00
parent 8624b3e19f
commit 2cf515d8f2
2 changed files with 11 additions and 12 deletions

View File

@@ -91,6 +91,8 @@ public:
QmlAdapter *adapter() const;
void insertBreakpoint(BreakpointModelId id);
public slots:
void disconnected();
void documentUpdated(QmlJS::Document::Ptr doc);
@@ -130,7 +132,6 @@ private:
void selectThread(int index);
void attemptBreakpointSynchronization();
void insertBreakpoint(BreakpointModelId id);
void removeBreakpoint(BreakpointModelId id);
void changeBreakpoint(BreakpointModelId id);
bool acceptsBreakpoint(BreakpointModelId id) const;