Hi,
I'm on the really hard mission to enable debugging for OpenERP7 on Windows. My wish is to be able to set breakpoints in modules within my Windows Eclipse IDE and browse across python objects.
I googled some tutorials to enable it and found one, but it is not very clear: This is a link -> debug-openerp-python-code-in-eclipse.blogspot.in
According to the tutorial I opened the Run Configurations and entered my current Module Project which is located in C:\Tools\OpenERP7\Server . This is no problem.
Afterwards, it says to choose the main module file openerp-server within OpenERP7\Server\server -- BUT -- there is no openerp-server file! Eclipse says, it must be a python file containing a __main__ method. Do I have to install the sources version of openerp or why is there no openerp-server file located in my \server directory?