I compiled the dhtml backtrace lfc with: > ./buildlfcbacktrace --runtime=dhtml
and then I inspected the generated LFCdhtml-backtrace.js:
/* -*- file: LaszloLibrary.lzs#13 -*- */ var $runtime = "dhtml"; var $dhtml = true; var $as3 = false; var $as2 = false; var $swf10 = false; var $j2me = false; var $debug = true; var $js1 = true; var $backtrace = false; var $swf7 = false; var $swf9 = false; var $swf8 = false; var $svg = false; var $profile = false;
Note that $backtrace is set to false instead of true. So it seems to be required to manually add the compile constant with \"-D\\\$backtrace=true\" ?!
