summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-01-31 16:03:19 +0100
committerSergio Ahumada <sergio.ahumada@digia.com>2013-01-31 16:06:25 +0100
commit82365233831b212a7a230d42ea902d7e5df25e99 (patch)
treef445b2dfe827e6d60da40ac2f3df4950c59f8e7c /src/scripttools/debugging
parent19550797aa16ee60fc19fdaf90832b4895612226 (diff)
parent3b26f6f6643978c9d041a6267dc88e2a59ced763 (diff)
downloadqtscript-82365233831b212a7a230d42ea902d7e5df25e99.tar.gz
Merge branch 'release' into stable
Change-Id: If3a1efe3888b872702d75e25d1943ff79d57e9c6
Diffstat (limited to 'src/scripttools/debugging')
-rw-r--r--src/scripttools/debugging/qscriptenginedebugger.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/scripttools/debugging/qscriptenginedebugger.cpp b/src/scripttools/debugging/qscriptenginedebugger.cpp
index e5e7062..0a4ae85 100644
--- a/src/scripttools/debugging/qscriptenginedebugger.cpp
+++ b/src/scripttools/debugging/qscriptenginedebugger.cpp
@@ -70,12 +70,12 @@ public:
};
/*!
- \since 4.5
- \class QScriptEngineDebugger
+ \since 4.5
+ \class QScriptEngineDebugger
+ \inmodule QtScriptTools
+ \brief The QScriptEngineDebugger class provides a QScriptEngine debugger.
- \brief The QScriptEngineDebugger class provides a QScriptEngine debugger.
-
- \ingroup script
+ \ingroup script
The QScriptEngineDebugger class provides a debugger that can be
@@ -86,7 +86,7 @@ public:
To attach the debugger to a script engine, call the attachTo()
function.
- \snippet code/src.scripttools.qscriptenginedebugger.cpp 0
+ \snippet src.scripttools.qscriptenginedebugger.cpp 0
Once the debugger has been attached to a script engine, you can
proceed to evaluate scripts as usual, e.g. by calling
@@ -140,7 +140,7 @@ public:
the function call does not return until the user has finished
interacting with the debugger.
- \snippet code/src.scripttools.qscriptenginedebugger.cpp 1
+ \snippet src.scripttools.qscriptenginedebugger.cpp 1
When the Qt Script debugger is running, the C++ application itself
is not "frozen". This means that it is possible that more scripts