forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user