콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
9753 화면

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.

아바타
취소
관련 게시물 답글 화면 활동
0
8월 18
7122
2
8월 25
2495
3
2월 25
3797
0
5월 24
46
1
4월 24
3512