<p><a href="http://hub.qgis.org/projects/pluginsstarter/repository">http://hub.qgis.org/projects/pluginsstarter/repository</a><br>
This plugin includes all the typical things found in a qgis plugin while still being pretty basic.<br>
Thanks a lot</p>
<p>Marco Bernasocchi (mobile)<br>
<a href="http://opengis.ch">http://opengis.ch</a></p>
<div class="gmail_quote">On May 31, 2012 8:48 PM, "Marco Bernasocchi" <<a href="mailto:marco@bernawebdesign.ch">marco@bernawebdesign.ch</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi All, I was wondering how I could use erich to debug python
    plugins for QGIS.org.<br>
    With Pydev I do |0]:<br>
    <br>
    
    import sys<br>
sys.path.append("/home/me/.eclipse/org.eclipse.platform_3.7.0_155965261/plugins/org.python.pydev.debug_2.2.4.2011110216/pysrc/")
    <br>
    from pydevd import *<br>
    <br>
    And then anywhere in that file where you want a breakpoint to be
    triggered, simply insert this line:<br>
    settrace()<br>
    <br>
    <br>
    I'd really like to switch to eric but I couldnt figure out how to do
    this using passive debugging.<br>
    <br>
    thanks a lot<br>
    Marco<br>
    <br>
    |0]
    
    <a href="http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/" target="_blank">http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/</a>
  </div>

</blockquote></div>