Daily updates from Odoo
Monday, February 9, 2015
1 change · master
Enhancements to existing features
Odoo now avoids enabling a background server mode when a debugger is detected, preventing development sessions from freezing. This helps developers troubleshoot issues more reliably without changing day-to-day business workflows.
Original PR description
When debugging in Eclipse/PyDev with gevent installed, the debugger stalls when GEventServer is started. If we detect something is intercepting tracebacks, we should disable gevent.