Viewing profile — erezhaba
erezhaba
HN member- Joined
- Thu, Feb 18, 2016, 4:30 PM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About erezhaba
No profile information was provided.
Recent public activity
-
comment
Comment #14541189
This is awesome!
-
comment
Comment #11136711
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. T…
-
comment
Comment #11130366
Vlad is right, now it does codebyte rewrite. using the trace and profiling interface was the old way.
-
comment
Comment #11127026
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. …
-
comment
Comment #11126957
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/Goog…
-
comment
Comment #11126937
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 …