跳至內容
選單
此問題已被標幟
2 回覆
9666 瀏覽次數

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
7037
3
2月 25
3620
0
5月 24
46
1
4月 24
3383
3
12月 23
14772