There's no documentation for this item.
| Classes |
| Client |
Proxy to a Breakpoint client. Lets you directly execute code in the context
of the client.
|
| Public Methods |
| client |
Lets an object that will forward method calls to the breakpoint client.
This is useful for outputting longer things at the client and so on. You
can for example do these things:
|
| show_call_stack |
Prints the call stack.
|
| show_source_list |
Prints the source code surrounding the location where the breakpoint was
issued.
|
| source_lines |
Returns the source code surrounding the location where the breakpoint was
issued.
|
<code/>and<pre/>for code samples.