DebuggerClient Class |
Namespace: CefSharp.DevTools.Debugger
The DebuggerClient type exposes the following members.
Name | Description | |
---|---|---|
DebuggerClient | Initializes a new instance of the DebuggerClient class |
Name | Description | |
---|---|---|
ContinueToLocationAsync |
Continues execution until specific location is reached.
| |
DisableAsync |
Disables debugger for given page.
| |
EnableAsync | ||
EnumToString(Enum) | (Inherited from DevToolsDomainBase.) | |
EnumToString(PermissionType) | (Inherited from DevToolsDomainBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EvaluateOnCallFrameAsync | ||
ExecuteWasmEvaluatorAsync |
Execute a Wasm Evaluator module on a given call frame.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPossibleBreakpointsAsync | ||
GetScriptSourceAsync |
Returns source for the script with given id.
| |
GetStackTraceAsync |
Returns stack trace with given `stackTraceId`.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PauseAsync |
Stops on the next JavaScript statement.
| |
RemoveBreakpointAsync |
Removes JavaScript breakpoint.
| |
RestartFrameAsync |
Restarts particular call frame from the beginning.
| |
ResumeAsync | ||
SearchInContentAsync |
Searches for given string in script content.
| |
SetAsyncCallStackDepthAsync | ||
SetBlackboxedRangesAsync |
Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted
scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
Positions array contains positions where blackbox state is changed. First interval isn't
blackboxed. Array should be sorted.
| |
SetBlackboxPatternsAsync |
Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in
scripts with url matching one of the patterns. VM will try to leave blackboxed script by
performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
| |
SetBreakpointAsync | ||
SetBreakpointByUrlAsync | ||
SetBreakpointOnFunctionCallAsync | ||
SetBreakpointsActiveAsync |
Activates / deactivates all breakpoints on the page.
| |
SetInstrumentationBreakpointAsync |
Sets instrumentation breakpoint.
| |
SetPauseOnExceptionsAsync |
Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or
no exceptions. Initial pause on exceptions state is `none`.
| |
SetReturnValueAsync |
Changes return value in top frame. Available only at return break position.
| |
SetScriptSourceAsync | ||
SetSkipAllPausesAsync |
Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
| |
SetVariableValueAsync | ||
StepIntoAsync | ||
StepOutAsync |
Steps out of the function call.
| |
StepOverAsync |
Steps over the statement.
| |
ToBase64String | (Inherited from DevToolsDomainBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |