Hi,
how to Debugging odoo(openerp) Under gdb ?
I've tried but did not working.
anyone has ever tried it ?
kindly help and suggestions please :-)
regards.
AJ
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
how to Debugging odoo(openerp) Under gdb ?
I've tried but did not working.
anyone has ever tried it ?
kindly help and suggestions please :-)
regards.
AJ
By the way, i just found a good reference
http://pybee.org/bugjar/
regards,
AJ
Hello aryajimbaran,
I might be wrong but I think Odoo/OpenERP has Python only sources, so using a native code debugger shouldn't be better that using Python's built-in command-line debugger 'pdb':
* https://docs.python.org/2/library/pdb.html
In case you really need to use 'gdb' you can take a look to the following link to double-check your procedure (most likely you have already read it):
* https://wiki.python.org/moin/DebuggingWithGdb
As an alternative, IDEs like PyDev or PyCharm provide graphical debuggers.
Hi Marvin, Thanks for info, that's i agree that odoo/openerp based on python, i just wants to compare between Elipse+PyDev and gdb, because something that not fully handled when i use Eclipse+PyDev, anyway thanks for info regards, AJ
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.