This question has been flagged
2 Replies
3271 Views

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

Avatar
Discard
Author Best Answer

By the way, i just found a good reference

http://pybee.org/bugjar/

regards,

AJ

Avatar
Discard
Best Answer

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.

Avatar
Discard
Author

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