Google App Engine - Cloud Debugger availability?

147 Views Asked by At

At Google I/O Keynote this year, they announced Cloud Debugger.

Is there any specs? Because I can't find this button on my Google App Engine Developers Console. My app is a classic GWT/Java app packaged in a WAR. The source code is on GitHub and it's linked to my Developers Console "Repository connected".

Do I need to package my app with module? Or do something else?

THX

3

There are 3 best solutions below

0
On

You have to express interest in it, then they might send you a sign up link. It's not currently available in the Developers Console by default.

The link was in the console/debugging section but is currently showing as "signups closed".

0
On

As of May 2015, the Java Cloud Debugger (Beta) is supported on Managed VMs, Google Compute Engine, and Google App Engine. The Cloud Debugger is enabled automatically for Java applications running on App Engine, including those running on Managed VMs.

Support for other languages, including Python, Node.js, and Go, is coming soon.

0
On

Java Cloud Debugger is in public preview now. At the moment Cloud Debugger is only supported with Managed VMs.

You don't need to do anything special beyond linking or pushing the Git repository. If you deploy your app with Managed VMs, the debugger will be available in Google Developers Console --> Source Code --> Browse (look for an icon with an eye on a top right corner).