diag dumpCalltraceToLog: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <dl class="command_description"> <!-- BEGIN Note Section --> <!-- END Note Section --> </dl>" to "") |
(added seeAlso) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|game1= | |game1= arma3 | ||
|version1= 2.00 | |||
| | |branch= diag | ||
|gr1= | |gr1= Diagnostic | ||
|descr= | |descr= Dumps current callstack/calltrace to RPT. | ||
|s1= [[diag_dumpCalltraceToLog]] | |||
| | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf> | ||
diag_dumpCalltraceToLog; | |||
/* outputs: | |||
Callstack:" | Callstack:" | ||
14:17:06 " [] L1 ()" | 14:17:06 " [] L1 ()" | ||
14:17:06 " [] L25 (A3\functions_f\Debug\fn_debugConsoleExec.sqf)" | 14:17:06 " [] L25 (A3\functions_f\Debug\fn_debugConsoleExec.sqf)" | ||
14:17:06 " _this:[{st | 14:17:06 " _this:[{st = 15 / 0;}]" | ||
14:17:06 " [] L0 ()" | 14:17:06 " [] L0 ()" | ||
14:17:06 " [] L25 (A3\functions_f\Debug\fn_debugConsoleExec.sqf)" | 14:17:06 " [] L25 (A3\functions_f\Debug\fn_debugConsoleExec.sqf)" | ||
Line 29: | Line 27: | ||
14:17:06 " _this:[]" | 14:17:06 " _this:[]" | ||
14:17:06 "CALLSTACK END;;; | 14:17:06 "CALLSTACK END;;; | ||
*/ | |||
</sqf> | |||
|seealso= | |seealso= [[arma.RPT]] [[diag_stacktrace]] [[diag_log]] | ||
}} | }} |
Latest revision as of 20:47, 11 December 2023
Description
- Description:
- Dumps current callstack/calltrace to RPT.
- Groups:
- Diagnostic
Syntax
- Syntax:
- diag_dumpCalltraceToLog
- Return Value:
- Nothing
Examples
- Example 1:
- diag_dumpCalltraceToLog; /* outputs: Callstack:" 14:17:06 " [] L1 ()" 14:17:06 " [] L25 (A3\functions_f\Debug\fn_debugConsoleExec.sqf)" 14:17:06 " _this:[{st = 15 / 0;}]" 14:17:06 " [] L0 ()" 14:17:06 " [] L25 (A3\functions_f\Debug\fn_debugConsoleExec.sqf)" 14:17:06 " _x:any" 14:17:06 " [] L1 ()" 14:17:06 " _this:[]" 14:17:06 "CALLSTACK END;;; */
Additional Information
- See also:
- arma.RPT diag_stacktrace diag_log
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note