CefV8StackTraceGetCurrent Method |
Returns the stack trace for the currently active context. |frame_limit| is
the maximum number of frames that will be captured.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static CefV8StackTrace GetCurrent(
int frameLimit
)
Parameters
- frameLimit Int32
-
Return Value
CefV8StackTrace
See Also