<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body 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>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    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]
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/">http://linfiniti.com/2011/12/remote-debugging-qgis-python-plugins-with-pydev/</a>
  </body>
</html>