ActiveState Community

Komodo 5.2 - debugger not stopping at breakpoints

Posted by bdockeray on 2009-11-03 10:28

For some reason my Komodo IDE which i use for python no longer stops on breakpoints in my code. I don't believe i have changed any settings. I have even tried uninstalling and reinstalling but this hasn't helped. Any suggestions ?

toddw | Wed, 2009-11-04 12:20

First, check the debugging breakpoint FAQ:
http://community.activestate.com/faq/komodo-breakpoints-do-not-work

If it's not one of these reasons - check that your configured Python interpreter is Python 2.x (in Komodo's "Languages->Python" preferences).

Also, check Komodo's error logs to see if any errors are reported:
http://community.activestate.com/faq/komodo-file-locations#log_files

Cheers,
Todd