コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
9662 ビュー

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
7030
3
2月 25
3608
0
5月 24
46
1
4月 24
3381
3
12月 23
14772