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

Reply via email to