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.
Debugging is quite simple in interface.
For Programmers
By Default when you login to openerp, your url will look something like this
http://localhost:7373/?db=Test_July_25#menu_id=107&action=97
Edit the url and add debug=&
localhost:7373/?debug=&db=Test_July_25#menu_id=107&action=97
For Functional Users


You Should be done now with interface debugging.
For Code Debugging (along with arya's method these images may help you)


Finally place breakpoints in your code where ever necessary