Re: [Qgis-developer] PyDev Debugging Protocol changes; remote debug plug-in issues

2014-09-12 Thread Luca Manganelli
On Thu, Sep 11, 2014 at 6:37 PM, Bill Bishop qgis-de...@wrbishop.com wrote: Is anyone successfully using the remote debug plug-in with PyDev Eclipse? For me, it has never worked. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] PyDev Debugging Protocol changes; remote debug plug-in issues

2014-09-11 Thread Bill Bishop
Hello, Is anyone successfully using the remote debug plug-in with PyDev Eclipse? I tried using it, and noticed that the debugging protocol used by PyDev appears to have changed, thus rendering the remote debug plug-in less than useful. The plug-in appeared to work at-first, but when it

Re: [Qgis-developer] PyDev Debugging Protocol changes; remote debug plug-in issues

2014-09-11 Thread Pirmin Kalberer
Hi Bill, On Thursday, September 11, 2014 10:37:51 AM Bill Bishop wrote: Is anyone successfully using the remote debug plug-in with PyDev Eclipse? I tried using it, and noticed that the debugging protocol used by PyDev appears to have changed, thus rendering the remote debug plug-in

Re: [Qgis-developer] PyDev Debugging Protocol changes; remote debug plug-in issues

2014-09-11 Thread Bill Bishop
Hi Pirmin, I can only speak to the breakpoint code, since I didn't dig any deeper; but w/respect to that: on line 583 (or so) of pydevd.py (in the remote debug plug-in), the breakpoint parsing code is: file, line, condition = text.split('\t', 2) A new parameter (I'll call it bpid for