Page 3 of 3

Re: PyCharm Problem?

PostPosted: Sat Jul 18, 2020 7:02 pm
by dclonts
OK, so I've got it to connect but then in pycharm get:

tarting debug server at port 5678
Use the following code to connect to the debugger:
import pydevd_pycharm
pydevd_pycharm.settrace('localhost', port=5678, stdoutToServer=True, stderrToServer=True, suspend=False)
Waiting for process connection...
Connected to pydev debugger (build 201.8538.36)
Expected: /Applications/PyCharm.app/Contents/debug-eggs/pydevd-pycharm.egg/pydevd_attach_to_process/attach_x86_64.dylib to exist.

Re: PyCharm Problem?

PostPosted: Wed Jul 22, 2020 1:19 pm
by jay (support)
Still working for me here, and I just updated to the latest. Are you sure you're installing it directly and not via their toolbox? That installs into a non-standard location.
Code: Select all
Expected: /Applications/PyCharm.app/Contents/debug-eggs/pydevd-pycharm.egg/pydevd_attach_to_process/attach_x86_64.dylib to exist.


I get that every time and it still works so I'm not sure what it means.

Re: PyCharm Problem?

PostPosted: Thu Jul 23, 2020 8:40 am
by dclonts
id10T error.

it was running all along. just did not try to add a device so it would hit a breakpoint!