[quote="Oscar_Agreda"]...@raphaël. Now, as you can see on the video I configured Eclipse with PyDev. But can I import one OpenERP module in Eclipse for Develop/Run/Debug it inside the Eclipse IDE ? but as a whole module (project) not just one file (opening/editing one by one each .py file) ? Oscar Agreda[/quote] Make a new project and import the sources from /addons into you project. Then configure your debugger/runtime to start openerp-server.py. On the second tab of configuration you may give your start-up parameters. Starting the debugger will show the log in your bottom IDE screen. You may set breakpoints in your code. Starting the OpenERP client and you are running the code while debugging. Don't forget to set you time-out in the client to a higher value. Standard is 300 seconds, but with debugging you need a longer time-out.
------------------------ Jan www.veritos.nl www.supportandmaintenance.org -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=49847#49847 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
