Debugger is grayed out when debugging Follow
I am trying to debug a web app that is build on bottle. It used to work but recently not sure what cause it to not working. Everything is grayed out in the debug pane.
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 /Applications/PyCharm 1.5.3.app/helpers/pydev/pydevd.py --client 127.0.0.1 --port 53087 --file /Users/meeve/personal_projects/taotie/code/backend/REST/API.py 192.168.1.105
pydev debugger: starting
Connected to pydev debugger (build 107.386)
2011-11-06 15:25:12,383 - API - INFO - running as standalone
Bottle server starting up (using WSGIRefServer())...
Listening on http://192.168.1.105:8080/
Attachment(s):
Screen shot 2011-11-06 at 5.05.15 PM.png
Please sign in to leave a comment.
Hello f,
Your application is not stopped at a breakpoint. Put a breakpoint at a location
which you need to debug, or use the Pause button to suspend the process.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"