Thursday, 5 November 2015

How to setup a debugger for QGIS Plugin development?


As the title of the question implies, I wish to know how to set up a QGIS Python Plugin Debugger so that I can develop plugins more efficiently.


Any information regarding this would be much appreciated as I am fairly new to QGIS Python Plugin Development.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...