I've been development software for OpenERP and Tryton for four years, usally with Eclipse and PyDev. Today I've found with the unusual case where the debugger does not stop at breakpoints with the only message:
Traceback (most recent call last):
I've ensured that I started the server with the debugger option, and the skip all breakpoints button is not pressed.
I suspect I have a bug in my code, but I cannot figure out how to find it. Any idea will be wellcome.