-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud Debugger] Cloud Debugger Daemon is not working #2067
Comments
Hi, This looks like Bug. |
Thanks for the report @govargo, @castaneai - we're looking in to this. |
@govargo are you able to share a (possibly simplified) Dockerfile demonstrating your container configuration? |
Here is my Dockerfile.
|
@govargo @castaneai apologies it took so long to get back to you. I've confirmed the issue and opened #2252 to fix it. |
Background
I would like to use Stackdriver Debugger for PHP.
I use Google Kubernetes Engine with scope(debugger).
Environment details
Zend Engine v3.2.0
with Zend OPcache v7.2.8
Steps to reproduce
Main Step is here.
https://cloud.google.com/debugger/docs/setup/php#gke
--scopes=https://www.googleapis.com/auth/cloud_debugger
Then Error happens. Please refer to "Problem Detail".
Problem Detail
I took these steps.
https://cloud.google.com/debugger/docs/setup/php#gke
In step.4
Then I'm facing following PHP Error.
In my opinion, The reason of problem is "Debuggee->setId(NULL)" especially "NULL".
I set config.php. But I could not avoid this.
Code
index.php
config.php
The text was updated successfully, but these errors were encountered: