diag dumpCalltraceToLog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(added seeAlso)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3diag |Game name=
|game1= arma3
|version1= 2.00


|version= 1.99 |Game version=
|branch= diag


|gr1= Diagnosis |GROUP1=
|gr1= Diagnostic
____________________________________________________________________________________________


|descr= {{Warning | Command name/format '''may change''' in the future.}}
|descr= Dumps current callstack/calltrace to RPT.


dumps current callstack/calltrace to RPT.
|s1= [[diag_dumpCalltraceToLog]]


{{Warning | Command is only available when using [[Arma 3 Diagnostics Exe]] on Dev-Branch.}} |Description=
|r1= [[Nothing]]
____________________________________________________________________________________________


|s1= [[diag_dumpCalltraceToLog]] |Syntax=
|x1= <sqf>
____________________________________________________________________________________________
diag_dumpCalltraceToLog;
 
/* outputs:
|x1= <code>[[diag_dumpCalltraceToLog]];
{{codecomment|/* 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 {{=}} 15 / 0;}]"
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 30: Line 27:
14:17:06 "        _this:[]"
14:17:06 "        _this:[]"
14:17:06 "CALLSTACK END;;;
14:17:06 "CALLSTACK END;;;
<nowiki/>*/}}</code> |Example 1=
*/
____________________________________________________________________________________________
</sqf>


|seealso= |See Also=
|seealso= [[arma.RPT]] [[diag_stacktrace]] [[diag_log]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 21:47, 11 December 2023

Hover & click on the images for description
Only available in Diagnostic branch(es).

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