Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
9087 Переглядів

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
серп. 18
6498
3
лют. 25
2528
0
трав. 24
46
1
квіт. 24
2661
3
груд. 23
13999