Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which programming languages does Google Cloud Debugger support [closed]

Which programming languages does Google Cloud Debugger support other than Java?

like image 838
matanster Avatar asked Feb 07 '26 01:02

matanster


2 Answers

As read on this blog post

We’re starting with Maven-based Java builds, but working to release support for other languages, test frameworks and build systems in the future.

So, simply put: none, it's just Java for now.

I know the blog post is a couple months old but there is no new material to be found on the subject.

like image 111
Tim Avatar answered Feb 08 '26 16:02

Tim


Google Cloud Debugger only supports Java right now. The build doesn't have to be Maven based though.

like image 21
Vlad Lifliand Avatar answered Feb 08 '26 16:02

Vlad Lifliand