qt-labs
qtscript-remote-debugging
This repository contains classes and tools for out-of-process QtScript debugging. more…
INSTRUCTIONS:
You need to be compile it against the qt/master sources: http://qt.gitorious.org/qt/qt
The classes need some symbols that are not exported by default from the QtScriptTools module in Qt. In order to export the necessary symbols, define QT_BUILD_INTERNAL before compiling QtScriptTools, for example by adding the following line to $QTDIR/src/scripttools/scripttools.pro:
DEFINES += QT_BUILD_INTERNAL
-
Cloning this repository:
git clone git://gitorious.org/qt-labs/qtscript-remote-debugging.git qtscript-remote-debugging cd qtscript-remote-debugging
Add this repository as a remote to an existing local repository:
git remote add qtscript-remote-debugging git://gitorious.org/qt-labs/qtscript-remote-debugging.git git fetch qtscript-remote-debugging git checkout -b my-local-tracking-branch qtscript-remote-debugging/master_or_other_branch
- Branches:
- master
Activities 
-
Monday March 22 2010
-
Repository
11:06
The Qt Project added Qt by Nokia as collaborator to qt-labs/qtscript-remote-debugging
-

