Search code examples
debuggingstackdriver

Alternative to Stackdriver Debugger for Python 3


I love Stackdriver debugger's capabilities of debugging production code to see variable state, etc. But it only supports python 2.7. Is there any alternative available (open source or closed) for Python 3?


Solution

  • Python 3 support has since been added to Stackdriver Debugger. See this GitHub issue