你好,我有一个 ruby 项目,我已经安装了 gem stackdriver,并且在我的 config/environments*rb 文件中有
需要 "google/cloud/debugger" debugger = Google::Cloud::Debugger.new( project: "my-project", keyfile: "/home/vof/account.json" ) debugger.project debugger.start
我正在使用 gcp,所以当我在 gcp 中使用调试器时,我会得到一个 ruby-app 的下拉菜单,并显示错误 No source version information is provided by the deployed application
可能是什么问题??