跳至内容
菜单
此问题已终结
2 回复
9640 查看

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

形象
丢弃
最佳答案

Start the server instance and append

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


形象
丢弃
最佳答案

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

The debugger output will be visible in the terminal.

形象
丢弃
相关帖文 回复 查看 活动
0
8月 18
6995
3
2月 25
3563
0
5月 24
46
1
4月 24
3358
3
12月 23
14738