[Laszlo-dev] Debug.backtrace not working?
Sarah Allen
sarah at ultrasaurus.com
Sat Jan 10 10:10:43 PST 2009
Following the docs: http://www.openlaszlo.org/lps4.2/docs/developers/debugging.html#d0e124973
I was trying to use backtrace to figure out where one of my objects is
getting instantiated unexpectedly, but I don't see anything in the
debugger. I can see the same behavior (or lack thereof) in a simple
test case.
Is this a bug or am I confused?
<canvas>
<class name="foo">
<method name="init">
Debug.write("init");
Debug.backtrace();
</method>
</class>
<foo/>
</canvas
Debugger just says:
init
Thanks,
Sarah
More information about the Laszlo-dev
mailing list