QtScriptDebug

From Trolltech Labs

Jump to: navigation, search
Qt Script Debug
Project logo: qtscriptdebug.png
Platforms: Linux/Mac/Win
Qt version: 4.4
License: GPL
   Qt Script Debug blogs
Subversion:
svn://labs.trolltech.com/svn/qtscript/qtscriptdebug


[edit] Qt Script Debug

[edit]

Qt Script Debug is a framework for adding debugging capabilities to applications that use Qt Script.

[edit]

Qt Script Debug includes a conventional graphical debugger that can be embedded directly into your application, or ran as a separate application. Qt Script Debug also defines an API that can be used to develop custom debugging components.


[edit] Latest 5 Qt Script Debug Blogs

Kent
Labs
Qt Script Debug
Posted by Kent
 in Labs, Qt Script Debug
 on Friday, February 22, 2008 @ 10:19

Announcing a new project on Trolltech Labs: Qt Script Debug. This is a collection of classes and tools that add debugging capabilities to applications that use Qt Script (Qt 4.4+ is needed). Embedding a debugger directly into an application can be done like this:

QScriptEmbeddedDebugger debugger;
debugger.attachTo(/* Pointer to your QScriptEngine goes here*/);

Then just go on with […]

» 7 comments «