ClassLuaDebugAdapternew
Members
| start_profile{show_hook_events?=…} | Start recording profiler timings. [...] | |
Start recording profiler timings. [...] | ||
| stop_profile() | Stop recording profiler timings and save to script_output. [...] | |
Stop recording profiler timings and save to script_output. [...] | ||
| describe_field(name, value) | → DebugVariable | Prepare a default debug view entry for a field, to assist in preparing custom listings. |
Prepare a default debug view entry for a field, to assist in preparing custom listings. | ||
| breakpoint(mesg?) | Pause execution as if a breakpoint was hit. | |
Pause execution as if a breakpoint was hit. | ||
| print(...) | Print values to the debug console. [...] | |
Print values to the debug console. [...] | ||
| tags | :: R AnyBasic | The value from the |
The value from the | ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||
Methods
start_profile{show_hook_events?=…}
Parameters
| show_hook_events | :: boolean? | Include events to indicate time spent in hooks |
Include events to indicate time spent in hooks | ||
describe_field(name, value) → DebugVariable
breakpoint(mesg?)
Parameters
| mesg | :: Any? | If specified, this value is displayed as if it was thrown as an error. |
If specified, this value is displayed as if it was thrown as an error. | ||

