Debug mode in Eclipse impossible?

Asked by Eric Caudal - www.elico-corp.com

I setup Eclipse to run openerp. With 5.06, I had no problem to run Openerp with run or debug option.
With 5.11, I can run openerp 5.11 in Eclipse and it runs fine but I cannot run in debug mode.
I get the following output
pydev debugger: starting
[2010-06-24 13:51:06,618] INFO:server:version - 5.0.11
[2010-06-24 13:51:06,618] INFO:server:addons_path - /usr/local/lib/python2.6/dist-packages/openerp-server/addons
[2010-06-24 13:51:06,619] INFO:server:database hostname - localhost
[2010-06-24 13:51:06,619] INFO:server:database port - 5432
[2010-06-24 13:51:06,620] INFO:server:database user - openerp
[2010-06-24 13:51:06,620] INFO:objects:initialising distributed objects services
[2010-06-24 13:51:07,162] INFO:web-services:starting XML-RPC services, port 8069
[2010-06-24 13:51:07,163] INFO:web-services:starting NET-RPC service, port 8070
[2010-06-24 13:51:07,164] INFO:web-services:the server is running, waiting for connections...

And when I try to connect through openerp-client, the client says "couldnot connect to server" and I get the following output:

/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:750: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:751: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)

Is there specific setup to do for openerp 5.11 in Eclipse?
Thanks
Eric

Question information

Language:
English Edit question
Status:
Expired
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.