简体   繁体   English

谷歌云调试器(stackdriver)支持ubuntu 16.04.1 java调试吗?

[英]does google cloud debugger (stackdriver) support ubuntu 16.04.1 java debugging?

to use the google stackdriver debugger with java the documentation ( https://cloud.google.com/debugger/docs/setup/java ) says it requires a 64-Bit-Debian-Linux-Image. 要使用google stackdriver调试器和java文档( https://cloud.google.com/debugger/docs/setup/java )说它需要64位Debian-Linux-Image。 Is an ubuntu 16.04.1 supported as well ? 是否支持ubuntu 16.04.1? There is no error message in the log files, but the application doesn't appear in googles debugger page after supplying the parameters: 日志文件中没有错误消息,但在提供参数后应用程序不会出现在googles调试器页面中:

 -agentpath:/opt/cdbg/cdbg_java_agent.so
 -Dcom.google.cdbg.module=MODULE
 -Dcom.google.cdbg.version=VERSION
 -Dcom.google.cdbg.auth.serviceaccount.enable=true
 -Dcom.google.cdbg.auth.serviceaccount.jsonfile=/opt/cdbg/gcp-svc.json

does the compute engine vm need additional firewall rules to get the debugger to work ? 计算引擎vm是否需要额外的防火墙规则才能使调试器工作?

best regards, 最好的祝福,
noirabys noirabys

Ubuntu基于Debian,所以你应该好好去。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在VirtualBox的ubuntu服务器上构建Java Google Cloud调试器 - Unable to build java google cloud debugger on ubuntu server on virtualbox 有没有办法使用 Java JMX Stackdriver 插件监控在 Google Cloud Run 中的 Docker 容器中运行的 Java 应用程序? - Is there a way to monitor to Java app running in Docker container in Google Cloud Run with Java JMX Stackdriver plugin? Java是否支持Google Cloud Storage中的版本控制? - Versioning support in Google Cloud Storage from Java? Google App Engine - 云控制台Stackdriver跟踪详细信息 - Google App Engine - Cloud Console Stackdriver trace details java ubuntu支持语言 - java ubuntu support languages Google App Engine 是否支持 Java 8? - Does Google App Engine support Java 8? Google protobuf生成的Java不支持toByteArray - Google protobuf generated Java does not support toByteArray 为什么eclipse调试器使用localhost进行调试? - why does the eclipse debugger use localhost for debugging ? 使用新的 Google Cloud 日志记录 jar 时,日志未显示在 Google Cloud Platform Stackdriver 中 - Logs not showing in Google Cloud Platform Stackdriver when using new Google Cloud logging jar 使用来自Google Stackdriver的数据错误报告GAE上的Java客户端 - Consuming data from Google Stackdriver errorreporting with the java client on GAE
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM