forked from qt-creator/qt-creator
QmlDebugger: Pass selected watch item as context to V4 debugger
Newer V4 debug servers will accept a "context" parameter which specifies the ID of an object which is then used to look up a QML context to inject when evaluating expressions. Change-Id: I9d2a2226559380550308cacfe559e079291c14b5 Task-number: QTCREATORBUG-17177 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ const char EXPRESSION[] = "expression";
|
||||
const char FRAME[] = "frame";
|
||||
const char GLOBAL[] = "global";
|
||||
const char DISABLE_BREAK[] = "disable_break";
|
||||
const char ADDITIONAL_CONTEXT[] = "additional_context";
|
||||
const char CONTEXT[] = "context";
|
||||
const char HANDLES[] = "handles";
|
||||
const char INCLUDESOURCE[] = "includeSource";
|
||||
const char FROMFRAME[] = "fromFrame";
|
||||
|
||||
Reference in New Issue
Block a user