pub unsafe extern "C" fn FRETrace(
ctx: FREContext,
strTrace: FREStr,
) -> FREResultExpand description
Outputs a trace to the AS3 debugger.
§Parameters
strTrace: A NUL-terminated string to output to the debugger.
§Returns
FREResult::FRE_OKFREResult::FRE_INVALID_ARGUMENTIfstrTraceis null.FREResult::FRE_WRONG_THREAD