User Tools

Site Tools


ixe:irpl:debugging:trace

Trace

Trace ("ABC")

Description

Prints a value from the stack into RPL.txt. If you open the console with the Tilde (~) key and type trace on in the console, the value will also be printed in the console.

Examples

Trace ("ABC")
 
 if (<-value lt (0))
     Trace ("Warning: value is less than zero")
endif
ixe/irpl/debugging/trace.txt · Last modified: 2025/09/25 18:31 by Grabz