I wanted to learn learn how storm.py bootstraps the environment to understand Apache Storm better and trace down a bug. Anyhow know of good docs, tutorials on pydevd? I was trying to use PyCharm on my Mac, storm on nimbus runs on virtualbox (192.168.54.4), but unsure how to setup this session, or how pydevd works, what I need to do exactly.
I found one doc at: http://stackoverflow.com/questions/6989965/how-do-i-start-up-remote-debugging-with-pycharm It seems to indicate I would have to tunnel back from the server to my laptop, but that seems rather complex (maybe that is the way it is), but I thought I would run the pydevd on the server, then pycharm connects to that (hence real remote debugging). Docs from JetBrains not all that clear. No, this isn't python support, but figured someone somewhere had to write the script, maybe used debugging to pounce out some bugs at some point.
