aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-12-07 16:43:12 +0100
committerUlf Hermann <ulf.hermann@qt.io>2016-12-09 11:55:54 +0000
commitb9a8bed037c98a4f4ee55e2d372e152e5da10d9e (patch)
tree20c1da7f2327b921424003927fe0b3c41916be00 /src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
parent0abd6dcd82510b5ff72826f4e2a79d2d73a7a12a (diff)
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>
Diffstat (limited to 'src/plugins/debugger/qml/qmlv8debuggerclientconstants.h')
-rw-r--r--src/plugins/debugger/qml/qmlv8debuggerclientconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h b/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
index d3f03db8f3..90c585b8e3 100644
--- a/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
+++ b/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
@@ -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";