Which programming languages does Google Cloud Debugger support other than Java?
Asked
Active
Viewed 553 times
3
-
I'm voting to close this question as off-topic because [we are not customer support for your favorite company](https://meta.stackoverflow.com/questions/255745/). – cimmanon Oct 08 '15 at 21:22
-
Although your comment is very rudely put, I would delete the question if allowed. – matanster Oct 09 '15 at 06:51
-
1@matt As a matter of fact this is the kind of comment generated by the system, and cimmanon is using it in large series (as others) to clean up some tags and questions. if you want to discuss about it, feel free to [drop in chat](https://chat.stackoverflow.com/rooms/41570/so-close-vote-reviewers), we've got funny animals. – Kyll Oct 09 '15 at 11:10
3 Answers
2
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.

Tim
- 41,901
- 18
- 127
- 145
1
Google Cloud Debugger only supports Java right now. The build doesn't have to be Maven based though.

Vlad Lifliand
- 470
- 2
- 5
1
Support for other languages, including Python, Node.js, and Go, is coming soon. If you are interested in trying out the debugger on one of these languages, please send me a personal message to be included as an alpha tester.

user229044
- 232,980
- 40
- 330
- 338

K Smith
- 59
- 7
-
1We won't really see exotics like Scala will we? only the google approved languages I presume. – matanster Sep 03 '15 at 20:29