Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
9684 Tampilan

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
Buang
Jawaban Terbai

Start the server instance and append

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


Avatar
Buang
Jawaban Terbai

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

The debugger output will be visible in the terminal.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Agu 18
7050
3
Feb 25
3652
0
Mei 24
46
1
Apr 24
3407
3
Des 23
14776