Google App Engine and Stackdriver Debugging: /tmp/debugger-breakpoints file not found

136 views Asked by At

I'm trying to integrate the Stackdriver debugger so I can figure out why my app isn't working as intended. I've followed the setup instructions here:

https://cloud.google.com/debugger/docs/setup/php#gae-flex

However, my Cloud Console says the app isn't ready for debugging and when I browse to my app I see this in the logs:

PHP Warning:  file_get_contents(/tmp/debugger-breakpoints): failed to open stream: No such 
file or directory in /srv/vendor/google/cloud-debugger/src/BreakpointStorage/FileBreakpointStorage.php on line 94"   
0

There are 0 answers