dbg_trace_next
Syntax
native dbg_trace_next(trace);
Usage
| Parameter | Description |
|---|---|
| trace | Trace handle |
Description
Returns the next item in a traced call stack.
Return
New trace handle, 0 if no more traces exist
native dbg_trace_next(trace);
| Parameter | Description |
|---|---|
| trace | Trace handle |
Returns the next item in a traced call stack.
New trace handle, 0 if no more traces exist