From 07860794da5863610f38295c9d517fc457c5de95 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 24 Jul 2013 10:29:04 +0200 Subject: 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 --- tests/auto/qml/qml.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/auto/qml/qml.pro') diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index 371d47ba32..18065f1a24 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -54,7 +54,8 @@ PRIVATETESTS += \ qqmlbundle \ qrcqml \ qqmltimer \ - qqmlinstantiator + qqmlinstantiator \ + qv4debugger qtHaveModule(widgets) { PUBLICTESTS += \ -- cgit v1.2.3