summaryrefslogtreecommitdiffstats
path: root/src/winrtrunner/runnerengine.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2014-03-18 14:14:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-19 08:30:34 +0100
commit167cb8f63095c655e6897b544ee9776aae009a23 (patch)
tree04f630c2e3971b0d1b8791df4f70f026b8d41eb4 /src/winrtrunner/runnerengine.h
parent9ee8213c7becfdf906ca781df4895e18b273e023 (diff)
Adding debug option to the winrtrunner.
Added an option that automatically enables debugging for a package with a provided debugger. An additinal winrtrunner option was introduced to pass arguments to the debugger. Change-Id: I55dbc809d26748674e5633f3eb31e7a4b8963655 Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'src/winrtrunner/runnerengine.h')
-rw-r--r--src/winrtrunner/runnerengine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/winrtrunner/runnerengine.h b/src/winrtrunner/runnerengine.h
index 187be5f1a..de2c12ed7 100644
--- a/src/winrtrunner/runnerengine.h
+++ b/src/winrtrunner/runnerengine.h
@@ -53,6 +53,8 @@ public:
virtual bool install(bool removeFirst = false) = 0;
virtual bool remove() = 0;
virtual bool start() = 0;
+ virtual bool enableDebugging(const QString &debugger, const QString &debuggerArguments) = 0;
+ virtual bool disableDebugging() = 0;
virtual bool suspend() = 0;
virtual bool waitForFinished(int secs) = 0;
virtual bool stop() = 0;