Why can not I debug but execute the code odoo in pycharm?

2

I'm trying to debug the Odoo source code.

Execution works normally, but when trying to debug the following message appears:

Connected to pydev debugger (build 181.5540.34)

Process finished with exit code -1073740940 (0xC0000374)

I'm using Odoo 12, PyCharm 2019.1.3 (Professional Edition) and Python 3.6 on Windows 10.

This is the first time I try to debug this Code.

python
python-3.x
pycharm
odoo
odoo-12
asked on Stack Overflow Jul 3, 2019 by José Luis Condori Jara • edited Jul 3, 2019 by José Luis Condori Jara

1 Answer

2

I saw some instance in the Chinese community. It's an issue that some lib in python conflict with Win10. Usually, it's a lib named locale conflict with the setting in your system.

Control Panel>Region>Adminstrative>Change system locale>Enable: Beta Use UTF-8

As the pic down below.
pic

answered on Stack Overflow Jul 4, 2019 by Terrence Poe

User contributions licensed under CC BY-SA 3.0