diag dumpCalltraceToLog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dl class="command_description"> <!-- BEGIN Note Section --> <!-- END Note Section --> </dl>" to "")
m (Text replacement - "\{\{( *)Warning( *)\|" to "{{$1Feature$2|$Warning$2|")
Line 9: Line 9:
|gr1= Diagnosis
|gr1= Diagnosis


|descr= {{Warning | Command name/format '''may change''' in the future.}}
|descr= {{Feature |$Warning | Command name/format '''may change''' in the future.}}


dumps current callstack/calltrace to RPT.
dumps current callstack/calltrace to RPT.


{{Warning | Command is only available when using [[Arma 3 Diagnostics Exe]] on Dev-Branch.}}
{{Feature |$Warning | Command is only available when using [[Arma 3 Diagnostics Exe]] on Dev-Branch.}}


|s1= [[diag_dumpCalltraceToLog]]
|s1= [[diag_dumpCalltraceToLog]]

Revision as of 01:19, 7 February 2021


-wrong parameter ("arma3diag") defined!-[[:Category:Introduced with arma3diag version 1.99|1.99]]
Hover & click on the images for description

Description

Description:
-unknown feature ("$Warning ") defined- dumps current callstack/calltrace to RPT. -unknown feature ("$Warning ") defined-
Groups:
Diagnosis

Syntax

Syntax:
diag_dumpCalltraceToLog
Return Value:
Return value needed

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:
See also needed

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

[[Category:Introduced with arma3diag version 1.99]][[ Category: arma3diag: New Scripting Commands | DIAG DUMPCALLTRACETOLOG]][[ Category: arma3diag: Scripting Commands | DIAG DUMPCALLTRACETOLOG]]