Hi ! On 6/21/14, Wenli Ji <[email protected]> wrote: [...] > No, the breakpoints in theme.py didn't get hit. I added breakpoints for most > of the functions. However, the breakpoints in SocketServer.py of Python27 > did. > > I believe I must missed something here. > > I am using PyCharm and start it with Run >> Debug 'Bloodhound'. Bloodhound > is the project name. >
I use PyDev in Eclipse so it's more straightforward because with PyCharm it's still necessary to fall back to PyDev remote debugging anyways . These links might help you with remote debugging in PyCharm using PyDev remote debugger . http://stackoverflow.com/questions/6989965/how-do-i-start-up-remote-debugging-with-pycharm http://www.jetbrains.com/pycharm/webhelp/remote-debugging.html http://pydev.org/manual_adv_remote_debugger.html HTH -- Regards, Olemis - @olemislc Apache(tm) Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article:
