Hi Gino, I already had a pull request for the same, but your branch looks much more complete. So I will happily dismiss mine, once you issued a pull request for yours.
Just a sidenote: There is no need to convert a value to a type /str/ and then to a type /unicode/ a simple unicode(value) instead of unicode(str(value)) is fine. Looking forward to having an updated version in the repo. Matthias On Fre 05 Jul 2013 18:34:30 CEST, Gino Pirelli wrote: > Hi, > > to support my porting work of qgis's plugins, I found really useful > the RemoteDebug plugin developed by Pirmin Kalberer of SourcePole: > > I roughly ported it without good testing... but it seems to work. > > you can find the fork here: https://github.com/luipir/qgis-remote-debug > and some instruction to set it up. > > generally the plugin hang up qgis if it's not capable to communicate > with the pydev debug server... > > I hope it could be useful to speed-up plugin porting. > > ciao Luigi Pirelli ([email protected]) > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
