Skip to Content
Menú
This question has been flagged
2 Respostes
9708 Vistes

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
Descartar
Best Answer

Start the server instance and append

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


Avatar
Descartar
Best Answer

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

The debugger output will be visible in the terminal.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
d’ag. 18
7075
3
de febr. 25
3718
0
de maig 24
46
1
d’abr. 24
3450
3
de des. 23
14796