Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
9669 Представления

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
7041
3
февр. 25
3628
0
мая 24
46
1
апр. 24
3387
3
дек. 23
14772