This is awesome!
The Cloud Debugger has open API's and plugin model. Anyone can write a Cloud Debugger agent, for any language, and have it integrated seamlessly to the Cloud Debugger experience. There Cloud Debugger service exposes the…
Vlad is right, now it does codebyte rewrite. using the trace and profiling interface was the old way.
emacs package don't exist yet as far as I know. But the API's are open and should be easy to write. I think that the hard part would be the UI for displaying variables and stacks. The server side code is not…
In theory, however the current released agent rejects any snapshots (breakpoints) set on files with extension other than Java. see the current agent code on https://github.com/GoogleCloudPlatform/cloud-debug-java
They Python Cloud Debugger uses a combination of line trace debugging (which is very slow) and the profiling callback (fast) to inspect the line of interest. The Cloud Debugger is different from your tradition debugger…
This is awesome!
The Cloud Debugger has open API's and plugin model. Anyone can write a Cloud Debugger agent, for any language, and have it integrated seamlessly to the Cloud Debugger experience. There Cloud Debugger service exposes the…
Vlad is right, now it does codebyte rewrite. using the trace and profiling interface was the old way.
emacs package don't exist yet as far as I know. But the API's are open and should be easy to write. I think that the hard part would be the UI for displaying variables and stacks. The server side code is not…
In theory, however the current released agent rejects any snapshots (breakpoints) set on files with extension other than Java. see the current agent code on https://github.com/GoogleCloudPlatform/cloud-debug-java
They Python Cloud Debugger uses a combination of line trace debugging (which is very slow) and the profiling callback (fast) to inspect the line of interest. The Cloud Debugger is different from your tradition debugger…