Unfortunately there is no good way to capture the state of the client. For example in JavaScript there is no access to local variables of a function.
The Python Cloud Debugger works with the standard (unmodified) CPython 2.7.x. Breakpoints are implemented by rewriting Python bytecode at runtime. The debugger inserts a method call at the breakpoint location in a code…
Unfortunately there is no good way to capture the state of the client. For example in JavaScript there is no access to local variables of a function.
The Python Cloud Debugger works with the standard (unmodified) CPython 2.7.x. Breakpoints are implemented by rewriting Python bytecode at runtime. The debugger inserts a method call at the breakpoint location in a code…