What is the equivalent of Pydev Remote Debugger

已回答

I want to debug a .py file which is part of an running application. I used to do in eclipse/pydev like this Remote Debugger (pydev.org) . How to do it in PyCharm? Would appreciate your help .

0

Thanks Sergey,

my python script is part of java application which runs in local machine.

Will it work for community edition?

 

0

Remote Debug Server is available only in PyCharm Professional, but Attach to Process is available in both.

0

Tried 'Attach to Process..' to my 'jython-app.exe' and got,  RuntimeError: Function 'PyGILState_Ensure' not found in any module.
Would appreciate your suggestion/comments.

0

Thanks, Sergey, for your time and comments :-)

0

请先登录再写评论。