Is there a way to debug the javascript code from an openerp module? I am using Eclipse. I tried Firebug, but the javascript code is already minified and is very hard to follow.
Asked
Active
Viewed 431 times
2 Answers
0
You have to put the ?debug in the url as following http://127.0.0.1:8069/?debug
and it's better if you use Crome activating the developer mode
regards, Matteo

Matteo Boscolo
- 529
- 4
- 5