İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
9660 Görünümler

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
Vazgeç
En İyi Yanıt

Start the server instance and append

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


Avatar
Vazgeç
En İyi Yanıt

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

The debugger output will be visible in the terminal.

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Ağu 18
7029
3
Şub 25
3602
0
May 24
46
1
Nis 24
3378
3
Ara 23
14770