Debugging in OpenERP 7.0

后端 未结 8 1014
小鲜肉
小鲜肉 2021-01-18 06:05

How to do debug in OpenERP v7?

In previous versions of OpenERP, it was easy to debug. But in the latest version it\'s tough to debug.

8条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-18 06:26

    Their is more complexity and less control by adding more fancy tools try and go low level and use python pdb and if you are debug geek then use winpdb with pdb which gives extreme contorl over your code navigation.

    And for simple value abd flow use print or pprint module from python.

    Bests.

提交回复
热议问题