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 debug

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

2014-03-25 Thread G. Allegri
I'm sorry, I can't help you right now because I'm on a Linux machine. I hope to reply as soon as I will be on a Windows system. giovanni 2014-03-25 16:14 GMT+01:00 Franz1965 : > ah yes... I confirm I see this message in QGis status bar > > > > -- > View this message in context: > http://osgeo-o

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

2014-03-25 Thread Franz1965
ah yes... I confirm I see this message in QGis status bar -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Debugging-Python-plugin-with-Eclipse-breakpoints-do-not-wotk-tp5130877p5130979.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. __

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

2014-03-25 Thread Franz1965
If you refer to option "RemoteDebug", that's what I do: - On Eclipse I execute PyDev->Start Debug Server - On Eclipse, debug panel, I see a root named “Debug Server [Python Server]” and a node named “Debug Server” - On Eclipse, console panel, I read “Debug Server at port: 5678” - On QGis I press “

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

2014-03-25 Thread Luca Manganelli
On Tue, Mar 25, 2014 at 3:46 PM, G. Allegri wrote: > Does the QGIS debugger starts correctly? I mean, does the message "PyDev > debugging active" appear? > To me: yes, I see that in qgis status bar. ___ Qgis-developer mailing list Qgis-developer@lists.

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

2014-03-25 Thread G. Allegri
Does the QGIS debugger starts correctly? I mean, does the message "PyDev debugging active" appear? giovanni 2014-03-25 15:36 GMT+01:00 Franz1965 : > giohappy wrote > > I usually do it without using the QGIS remote debugger. > > http://pydev.org/manual_adv_remote_debugger.html > > giovanni > > H

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() wr

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" ha scritto: > On Tue, Mar 25, 2014 at 9:39 AM, Francesco Sozzi wrote: > >> Hi Everybody, >> >> I'm new on QGis developing and Python and I'm tr

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 Luca Manganelli
On Tue, Mar 25, 2014 at 9:39 AM, Francesco Sozzi 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 them. > [...] >

[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)