PyCharm Debugger NOT working on Windows 7
Hey there!
I was using PyCharm 2.5 to develop some python scripts, but I can't debugger python script on Windows
I tried PyCharm debugger on linux and mac, everything works great.
But on Windows, even with "HelloWorld" script, the Debugger was NOT working!
My System
PyCharm: 2.5
Windows 7 32
Python 3.2
Console message:
C:\Python32\python.exe "C:\Program Files\JetBrains\PyCharm 2.5\helpers\pydev\pydevd.py" --client 127.0.0.1 --port 50273 --file D:/Helloworld/Hello.py
pydev debugger: starting
Process finished with exit code -1
Attachment(s):
debugger.jpg
debugger.jpg
Please sign in to leave a comment.

Hi Kevin,
could you please add PYCHARM_DEBUG=True to your run configuration and attach here console output after debugging attempt.
C:\Python27\python.exe "C:\Program Files\JetBrains\PyCharm 2.5\helpers\pydev\pydevd.py" --client 127.0.0.1 --port 50522 --file E:/Work/czbd_szabc/FD9860_abc_upgrade/main.py
pydev debugger: starting
('Connecting to ', '127.0.0.1', ':', '50522')
('Connected.',)
Process finished with exit code -1
Please help me, any information was appreciated.