Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefV8StackTrace GetCurrent(
	int frameLimit
)

Parameters

frameLimit  Int32
 

Return Value

CefV8StackTrace
See Also