Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
While I find documentation for python debugger usage in python 2.7 documentation, there is no similar section for python 3.
See the url below for python 2:
But corresponding section for python 3 is missing:
IDE's (Pycharm) own debugger doesn't seem to work - I am using pycharm. Trying to use it with the required dev_appserver configuration (running python 2.7) and providing python_path for python 3, gives the following error:
===========
/usr/bin/python2.7 "/Applications/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 57002 --file /Users/sajal/google-cloud-sdk/bin/dev_appserver.py --runtime_python_path=/usr/bin/python3 --support_datastore_emulator=yes
Connected to pydev debugger (build 213.6461.77)
ERROR: (dev_appserver) python2: command not found
Process finished with exit code 1
============
Thank you.