aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qv4debugger/qv4debugger.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-07-24 10:29:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-26 11:53:42 +0200
commit07860794da5863610f38295c9d517fc457c5de95 (patch)
tree1ea8a4535985b90e8be80857ae086ee10eb15cb2 /tests/auto/qml/qv4debugger/qv4debugger.pro
parent993bc84f49b4922480f6ec566f31c24465f0e005 (diff)
Initial support for debugging in the v4 interpreter
This adds breakpoint support to the Debugger, a helper function in the engine for enabling debugging (which will switch from JIT to the interpreter) and a DebuggingAgent interface, for use by v4 clients. Change-Id: I78e17a6cbe7196b0dfe4ee157fc028532131caa3 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'tests/auto/qml/qv4debugger/qv4debugger.pro')
-rw-r--r--tests/auto/qml/qv4debugger/qv4debugger.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qml/qv4debugger/qv4debugger.pro b/tests/auto/qml/qv4debugger/qv4debugger.pro
new file mode 100644
index 0000000000..2a318955f3
--- /dev/null
+++ b/tests/auto/qml/qv4debugger/qv4debugger.pro
@@ -0,0 +1,7 @@
+CONFIG += testcase
+TARGET = tst_qv4debugger
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qv4debugger.cpp
+
+QT += core-private gui-private qml-private network testlib