What is Stackdriver Debugger?

Stackdriver Debugger is a feature of Google Cloud Platform that lets you inspect the state of a Java, Python, or Go application, at any code location, without stopping or slowing down the running app. The debugger makes it easier to view the application state without adding logging statements.

You can use Stackdriver Debugger with any deployment of your application, including test, development, and production. The debugger adds less than 10ms to the request latency only when the application state is captured. In most cases, this is not noticeable by users.

Supported platforms

You can use Stackdriver Debugger with:

Getting started

See the following:

You can also see Setting Up Stackdriver Debugger for a Tomcat Application for setup steps for Java applications running on Tomcat.

The Stackdriver Debugger agents for Java and Python are open sourced on GitHub:

What's next

After you have deployed or started your application, open the debugger in the Google Cloud Platform Console. See Using Stackdriver Debugger for more information.

Send feedback about...

Stackdriver Debugger