Hello,
i think a have a general problem with the procedure of debugging a python plugin in QGIS. I just started two weeks ago to write plugins... so there are a lot of question marks!
I read http://www.reprojected.com/geoblog/2009/02/06/debugging-qgis-plugins/ on Aarons blog. Out of that i think debugging is just in the console possible? With pdb? I am used to Visual Studio, so ... it's very difficult for me to understand the black and white of the console. i just tried to work with the code from Aaron. I ran QGIS and it stopped on the point i wanted it to stop, but just with the information that the global name QtCore is not defined?! So i think i have a problem with the general procedure...
It would be great if there is a possibility to debug with eric4... Is there a possibility?
I have another question:
Is it possible to debug without building from source?
I read the article: http://www.qgis.org/wiki/How_to_debug_QGIS_Plugins, but it's not updated. so ./configure --enable debug is not working. I have to admit, that i haven't build my qgis from source, so i know pretty nothing about that. I just tried and had to stop after i couldn't find the configure file. Do i have to do the configuration with cmake?


