package
0.0.0-20240920093258-0eb8b47e7929
Repository: https://github.com/ecwid/control.git
Documentation: pkg.go.dev
# Functions
Continues execution until specific location is reached.
Disables debugger for given page.
*/.
Enables debugger for the given page.
Evaluates expression on a given call frame.
Returns possible locations for breakpoint.
Returns source for the script with given id.
Returns stack trace with given `stackTraceId`.
Disassemble the next chunk of lines for the module corresponding to the
stream.
Stops on the next JavaScript statement.
Removes JavaScript breakpoint.
Restarts particular call frame from the beginning.
Resumes JavaScript execution.
Searches for given string in script content.
Enables or disables async call stacks tracking.
Makes backend skip steps in the script in blackboxed ranges.
Replace previous blackbox patterns with passed ones.
Sets JavaScript breakpoint at a given location.
Sets JavaScript breakpoint at given location specified either by URL or URL regex.
Sets JavaScript breakpoint before each call to the given function.
Activates / deactivates all breakpoints on the page.
Sets instrumentation breakpoint.
Defines pause on exceptions state.
Changes return value in top frame.
Edits JavaScript source live.
Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
Changes value of variable in a callframe.
Steps into the function call.
Steps out of the function call.
Steps over the statement.
# Structs
*/.
Fired when breakpoint is resolved to an actual script and location.
JavaScript call frame.
No description provided by the author
Debug symbols available for a wasm script.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Location in the source code.
Location range within one script.
No description provided by the author
No description provided by the author
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
No description provided by the author
No description provided by the author
No description provided by the author
Scope description.
Fired when virtual machine fails to parse the script.
Fired when virtual machine parses script.
Location in the source code.
No description provided by the author
No description provided by the author
Search match for resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
*/.
# Interfaces
Fired when the virtual machine resumed execution.
# Type aliases
Breakpoint identifier.
Call frame identifier.
Enum of possible script languages.