Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
9531 Zobrazení

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
Zrušit
Nejlepší odpověď

Start the server instance and append

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


Avatar
Zrušit
Nejlepší odpověď

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

The debugger output will be visible in the terminal.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
srp 18
6883
3
úno 25
3298
0
kvě 24
46
1
dub 24
3223
3
pro 23
14533