Skip to main content

FRETrace

Function FRETrace 

Source
pub unsafe extern "C" fn FRETrace(
    ctx: FREContext,
    strTrace: FREStr,
) -> FREResult
Expand description

Outputs a trace to the AS3 debugger.

§Parameters

  • strTrace: A NUL-terminated string to output to the debugger.

§Returns