Hello,

I am trying to use debugger in python 3 in localhost - using dev_appserver. 
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: 
https://cloud.google.com/appengine/docs/standard/python/tools/using-local-server#debugging_with_pdb

But corresponding section for python 3 is missing: 
https://cloud.google.com/appengine/docs/standard/python3/tools/using-local-server

IDE's own debugger doesn't seem to work - I am using pycharm. Trying to use 
it 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
============

Could you please advise.

Thank you.

Sajal

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/17f597c9-ce21-4a28-a6d7-bf8e26b5d935n%40googlegroups.com.

Reply via email to