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
