Set pudb as the OpenERP debugger
OpenERP provides a post-mortem pdb debug prompt if the server is started with the --debug
option.
To change it to the excellent pudb
debugger, just make change at the end of the server/openerp/netsvc.py
file (line #323), from:
import pdb
to
import pudb as pdb
Written by Daniel Reis
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#openerp
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#