
KScriptDbg4
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KScriptDbg4 is a GUI to Perl & Python script debugger. This GUI is the result of the port to KDE4 / Qt4
of Protoeditor, a project by Thiago Silva, based on release 1.1beta3.
It offers the main functions of a debugger : set breakpoints, run the script step by step, enter a function, step outside a function, display global and local variables, watch for variables or expressions ...
Local or remote scripts can be debugged; remote debugging uses the DBG protocol through libraries provided by the package.
Main improvements to Protoeditor are : the stack is displayed in a separate page and the breakpoints are saved in the global config file in order to be restored at the next session on the same script.
KDE4, Qt4 & Cmake are required to build this GUI; a 'configure' script & a Makefile are provided to help building KScriptDbg (see INSTALL for details)
A '.tar.xz' & a source RPM pkg. are available
A Git repository is available :
git clone git://git.code.sf.net/p/kscriptdbg4/kscriptdbg4
5 years ago
v 1.2.2
- Highlight modified value of global & local variables
- Fix memory leak & a minor bug
5 years ago
v 1.2.2
- Highlight modified value of global & local variables
- Fix memory leak & a minor bug
Please login or register to add a comment or rating