http://hub.qgis.org/projects/pluginsstarter/repository This plugin includes all the typical things found in a qgis plugin while still being pretty basic. Thanks a lot
Marco Bernasocchi (mobile) http://opengis.ch On May 31, 2012 8:48 PM, "Marco Bernasocchi" <[email protected]> wrote: > 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
