Difference between revisions of "AGIWiki/trace.on"

Jump to navigation Jump to search
305 bytes added ,  21:07, 23 February 2015
m
no edit summary
m
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{AGIWiki}}
{{AGIWiki}}
{{AGIWiki/Debugging Commands}}
The '''trace.on''' activates [[AGIWiki/Trace mode|trace mode]].


The '''trace.on''' activates [[AGIWiki/Trace mode|trace mode]].
== Syntax ==


  trace.on();
  trace.on();
== Remarks ==


Trace mode must be enabled (by setting [[AGIWiki/Flag|flag]] <code>f10</code>, or <code>trace_enabled</code>) for this command to work. Trace mode can also be activated if the player presses the SCROLL LOCK key on the keyboard.
Trace mode must be enabled (by setting [[AGIWiki/Flag|flag]] <code>f10</code>, or <code>trace_enabled</code>) for this command to work. Trace mode can also be activated if the player presses the SCROLL LOCK key on the keyboard.
Line 24: Line 27:


  trace.on();
  trace.on();
== Technical Information ==
{| border="1" cellpadding="2"
| style="background-color: #efefef" | '''Required interpreter version'''
| Available in all AGI versions
|-
| style="background-color: #efefef" | '''Bytecode value'''
| 149 (0x95 hex)
|}


== See also ==
== See also ==
885

edits

Navigation menu