I am trying to use PyCharm 2017.3 to attach to some Python processes running on local machine. My understanding it would open up the debugger window displaying the process is attached, show the call stack and let me add breakpoints. But I got nothing -- no response, no debugger console pop up, as if nothing happened.
Anything setup needed for this feature to work?
I am running on Ubuntu 16.04 64 bits with Python 3.6.3 and pyenv.