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

During testing my new developed modules, I often experience errors and the well known popup with its traceback opens up. Such as:

"if 'attendee_ids' in vals and vals['attendee_ids']:

IndexError: tuple index out of range"

Often, I still don't get why that error happened. It would be a LOT more helpful, if the contents of the variables are automatically shown in that popup. Because the content is not shown, I always have to execute the whole odoo environment in Debug mode, which costs a lot of time.

Is there some way to tell Python a more verbose error message with variable content?

아바타
취소