Topic : GFA-Basic Editor Author : Lonny Pursell Version : GBE.HYP v3.74 (12/31/2023) Subject : Programming/Documentation Nodes : 171 Index Size : 4296 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Default @help : STG Help @options : +g -i -s +z @width : 75 @hostname : THING @hostname : STRNGSRV @hostname : HIGHWIRE @hostname : CAB View Ref-FileTrace lines This option enables tracing with line numbers. The line number will be written to low memory (crash report area) before each instruction in the listing is executed. Options: REM #TL+ !on RME #TL- !off This is a slow process and can consume an additional 10 bytes per line. Only commands which generate code are traced. I recommend never distributing a binary compiled this way, since it makes the binary bigger and slower. A typical, yet simple use would be to track down a mysterious crash. A simple trace with this can do miracles. After the crash, reboot if needed. Load the source in question and click 'Crash Report'.