[Qgis-developer] Python goodness

Dane Springmeyer blake at hailmail.net
Sat Jul 17 20:42:26 EDT 2010


I just dove into debugging a python problem in a QGIS plugin, and happen to be using William's excellent dev build for mac.

I noticed that when setting a pdb breakpoint:

import pdb
pyqtRemoveInputHook()
pdb.set_trace()

..now when I finish debugging and type 'c', QGIS is able to continue rather than hitting an fatal error.

Maybe my memory is just bad (possible!), but I think this is a new behavior, and I just wanted to call out who ever added this subtle fix. You are awesome!!!

Thanks!

Dane


More information about the Qgis-developer mailing list