Skip to Content
मेन्यू
This question has been flagged
2 Replies
9645 Views

How can I debug own modules in odoo in realtime or the odoo modules? Without restarting or including the modules every time ?

Is there any way to debug python code like this? I mean to change a code part and then the chance is included automaticlly ?


Thank you

Avatar
Discard
Best Answer

Start the server instance and append

--dev=all
/path/to/odoo-bin -d mydb --dev=all


Avatar
Discard
Best Answer

Use PDB (Python Debugger) and run Odoo from command-line.

The debugger output will be visible in the terminal.

Avatar
Discard
Related Posts Replies Views Activity
0
अग॰ 18
7024
3
फ़र॰ 25
3591
0
मई 24
46
1
अप्रैल 24
3375
3
दिस॰ 23
14761