PausedEventArgs Class |
Namespace: CefSharp.DevTools.Debugger
The PausedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PausedEventArgs | Initializes a new instance of the PausedEventArgs class |
| Name | Description | |
|---|---|---|
| AsyncCallStackTraceId |
Never present, will be removed.
| |
| AsyncStackTrace |
Async stack trace, if any.
| |
| AsyncStackTraceId |
Async stack trace, if any.
| |
| CallFrames |
Call stack the virtual machine stopped on.
| |
| Data |
Object containing break-specific auxiliary properties.
| |
| HitBreakpoints |
Hit breakpoints IDs
| |
| Reason |
Pause reason.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |