Skip to content

Debugging with PyCharm broken because of gevent #12

@michaelkarrer81

Description

@michaelkarrer81

In openerp/init.py there is a line

if sys.modules.get("gevent") is not None:
    evented = True

Because of this if pycharm debugger starts the server with gevent wich make debugging in pycharm impossible.

Solution:
Create our own odoo start script that will set openerp.evented to False ;) Learnd from Ascone

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions