[PIT - Python Inspection Tool] Sources available in SVN

0
0
2008-12-20 08:30 UTC by Antti Kervinen

Just committed the project source code to the SVN. Anonymous users, feel free to svn checkout https://garage.maemo.org/svn/pit The programs can be run without installation. Instructions for the quick start with the source tree: 0. Check that you have python-aspects and python-ruis libraries installed in your system. If not, you can obtain them from here: http://www.cs.tut.fi/~ask/aspects/ http://www.cs.tut.fi/~ask/ruis/ 1. Start the debugger daemon on the computer/device where you wish to run the debugged application: pitd/bin/pitd 2. Start the user interface on the computer/device which you wish to use for debugging. It may be the same device, but especially with mobile devices, it might be more convenient to use desktop/laptop/another internet tablet to run the GUI: pitgui/bin/pitgui 3. Use pit to launch the Python application which you wish to debug. Do this on the same computer/device on which the pitd is running. For example, pitd/bin/pit /usr/bin/tetris

Comments:

There have been no comments so far.

Comments:

You must be logged in to make comments.

Back