App Engine standard python3 development environment debugger

The legacy python 2.7 environment has a support for debugging in the development server that is documented here. It does not work exactly as documented but people have posted in Stack Overflow how to get it to work with some slight modifications.

Does anybody know if there is anything equivalent in the python3 standard environment?

Thanks

0 1 154
1 REPLY 1

Hi @gae123,

Welcome to Google Cloud Community!

You could try using The Python Debugger however it is not yet fully tested on Google App Engine yet. 

You could also try using Cloud Profiler for Python applications as you can configure verbose parameter to log messages that you prefer to view as debugging is supported.

You could also file this as a feature request so that our engineers could take a look at this. We don't have a specific ETA for this one but you can keep track of its progress once the ticket has been created.

Hope this helps.