0

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?

skunkwerk
  • 2,920
  • 2
  • 37
  • 55

2 Answers2

1

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

Zoe
  • 27,060
  • 21
  • 118
  • 148
0

Currently there's no debugger agent for Python 3. We'll be looking into supporting Python 3 later this year.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
Erez Haba
  • 216
  • 1
  • 3