Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
9373 Ansichten

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
Verwerfen
Beste Antwort

Start the server instance and append

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


Avatar
Verwerfen
Beste Antwort

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

The debugger output will be visible in the terminal.

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Aug. 18
6742
3
Feb. 25
3064
0
Mai 24
46
1
Apr. 24
3121
3
Dez. 23
14364