-
Notifications
You must be signed in to change notification settings - Fork 439
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
Debugger: Windows compatibility #894
Conversation
The script is required in order to run on systems without sysv extensions. If the system cannot run sysv extensions, then the Agent will not attempt to register the Daemon with the BatchRunner.
showUsageAndDie(); | ||
} | ||
} else { | ||
$sourceRoot = $options['s'] ?: $options['source-root'] ?: $argv[1]; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
if ($config) { | ||
if (file_exists($config)) { | ||
$daemon = require_once $config; | ||
var_dump($daemon); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, just undo the approval
@tmatsuo This is now ready for a look. Moved much of the logic from the Confirmed that if you configure a GAE flex app with the additional supervisord config that runs the |
google-cloud-debugger
bin script back