native

dbg_trace_info

Syntax

native dbg_trace_info(trace, &line, function[], maxLength1, file[], maxLength2);

Description

Retrieves the call stack info for a trace.

Parameters

trace Trace handle
line Variable to set line at which plugin failed to
function Buffer to copy function to
maxLength1 Maximum function buffer size
file Buffer to copy filename to
maxLength2 Maximum filename buffer size

Return

1 on success, 0 if no trace data is available