Re: [google-appengine] Debugger in Python 3

2022-01-10 Thread Sajal Gupta
Thank you. I have done both. Regards On Sunday, January 9, 2022 at 1:34:14 AM UTC+5:30 Wesley C (Google) wrote: > Hi, there are several issues at play here: > > 1. *missing pdb section in the 3.x docs*: this section may be missing > possibly because it doesn't work in Python 3 or hasn't been te

Re: [google-appengine] Debugger in Python 3

2022-01-08 Thread wesley chun
Hi, there are several issues at play here: 1. *missing pdb section in the 3.x docs*: this section may be missing possibly because it doesn't work in Python 3 or hasn't been tested or validated. The best thing to do here is to go to the Python 3 page you linked to, scroll down to the bottom, and cl

[google-appengine] Debugger in Python 3

2022-01-08 Thread Sajal Gupta
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