Indeed. I know that there is some way to make pydev search everything and build autocomplete, but I haven't looked much into it. I don't really use autocomplete... And eclipse is a really demanding IDE. It takes a really well tuned PC to make it worth the processing and memory cost. It's one of the main reasons I looked for better PCs... (sadly)<br>
On this post I wrote about how to debug a python plugin running qgis and watching variables and breakpoints from eclipse's pydev.<br><a href="http://mauriciodepaulo.blogspot.com/2009/12/pydev-e-qgis.html">http://mauriciodepaulo.blogspot.com/2009/12/pydev-e-qgis.html</a><br>
As it's written in portuguese i'm going to explain a bit here. <br>You have to call the pydev daemon from your python script and start the eclipse debug server.<br>Whenever the script is run, it will try to fetch the server and will debug it.<br>
If the server is not on, the script fails.<br>Hope it helps.<br>Mauricio de Paulo<br><br><div class="gmail_quote">2009/12/30 <span dir="ltr"><<a href="mailto:luca_manganelli@comune.trento.it">luca_manganelli@comune.trento.it</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Maurício de Paulo <<a href="mailto:mauricio.dev@gmail.com">mauricio.dev@gmail.com</a>> scritti il 30/12/2009 05.08.21<br>
<div class="im"><br>
> Hi Luca,<br>
> I've found out how to debug plugins running qgis. I'm going to<br>
> report it on my blog in a few days. I'll try to be as clear as<br>
> possible with pictures as i'm going to write in portuguese.<br>
> Best regards,<br>
> Mauricio de Paulo<br>
<br>
</div>Two issues:<br>
<br>
1) autocompletion is *very* slow on a Pentium IV 2,8 Ghz and 1 GB of RAM<br>
2) it doesn't find QT classses and methods<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br>