[Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Francesco Sozzi
Hi Everybody, I'm new on QGis developing and Python and I'm trying to setup a developing environment for building plugins on QGis. My problem is that breakpoints on Eclipse do not work, process does not stop on them. This is what I do to debug: 1) On Eclipse I execute PyDev-Start Debug Server 2)

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Luca Manganelli
On Tue, Mar 25, 2014 at 9:39 AM, Francesco Sozzi fso...@intercad.ch wrote: Hi Everybody, I'm new on QGis developing and Python and I'm trying to setup a developing environment for building plugins on QGis. My problem is that breakpoints on Eclipse do not work, process does not stop on

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Franz1965
I've also taken a try with an alternate RemoteDebug plugin (https://github.com/luipir/qgis-remote-debug) but with no luck. It's strange... RemoteDebug is not in the list of installable plugins and you have to manually download and install it. But on downloaded version, inside metadata.txt, I find

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread G. Allegri
I usually do it without using the QGIS remote debugger. http://pydev.org/manual_adv_remote_debugger.html giovanni Il 25/mar/2014 14:02 Luca Manganelli luc...@gmail.com ha scritto: On Tue, Mar 25, 2014 at 9:39 AM, Francesco Sozzi fso...@intercad.chwrote: Hi Everybody, I'm new on QGis

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Franz1965
giohappy wrote I usually do it without using the QGIS remote debugger. http://pydev.org/manual_adv_remote_debugger.html giovanni Hi Giovanni, Many thanks for help, it works :) But... it seems that, with this approach, dynamic breakpoints are replaced by static calls of pydevd.settrace()

Re: [Qgis-developer] Debugging Python plugin with Eclipse: breakpoints do not wotk

2014-03-25 Thread Gino Pirelli
just a note... there's no alternative RemoteDebug plugin... my changes where merged in the main project https://github.com/sourcepole/qgis-remote-debug In my case it works... now I can't rememnber If I set something particular (and I've no time to check now)... what I can say is that remote