It will display the function or method that caused the change. If you need more information, you can enable backtraces. Then clicking on the monitor message will reveal the call chain that caused the change.
monitor does not (yet) work in Legal's DHTML. You may also be interested in Debug.trace, which can be used to trace calls to a method, showing its arguments and return value. trace works in 3.x and Legals (both swf and DHTML). On 2006-09-07, at 22:28 EDT, Benjamin Shine wrote: > > A debugging tip from ptw: > > Debug.monitor(who, what) prints out a message each time a particular > property (what) of a particular object (who) changes. > > Tucker demonstrated its use today in tracking down a bug, LPP-2587. > Debug.monitor is documented in > http://www.laszlosystems.com/lps-3.3/docs/guide/ > debugging.html#d0e28897 > and is present in at least lps-3.1 and up. > > This will come in handy. > > -ben > > > > > > > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
