Wednesday, March 28, 2012

Debugging support in kdev-python

There's now support for (graphically) debugging python applications from within KDevelop, like it works with C++.
The implementation relies on communicating with the default python debugger, pdb, which is shipped with python. It aims to nicely map all of pdb's features to buttons and tooltips / toolviews.
kdev-python debugger in action