Hi All, I was wondering how I could use erich to debug python plugins for QGIS.org.
With Pydev I do |0]:

import sys
sys.path.append("/home/me/.eclipse/org.eclipse.platform_3.7.0_155965261/plugins/org.python.pydev.debug_2.2.4.2011110216/pysrc/")
from pydevd import *

And then anywhere in that file where you want a breakpoint to be triggered, simply insert this line:
settrace()


I'd really like to switch to eric but I couldnt figure out how to do this using passive debugging.

thanks a lot
Marco

|0] http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to