How does this relate to Henry's change where he turned persist off? There he implies that persist is only for preserving the debugger window position and that command history is always preserved?
> Change 20080925-hqm-Z by [email protected] on 2008-09-25 15:13:08 EDT > in /Users/hqm/openlaszlo/trunk > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: debugger improvements > > New Features: > > Bugs Fixed: > > Technical Reviewer: ptw > QA Reviewer: (pending) > Doc Reviewer: (pending) > > Documentation: > > Release Notes: > > Details: > > + Debug window will persist the command history unconditionally, but will > only persist the position and size if persist="true" attribute is set. > > + lzconsoledebug is passed in to the compiler, so it knows whether to > instantiate > a debug window if an explicit <debug> tag is included. This prevents any > debug view > from cluttering up the app view hierarchy, when remote debugging is selected > > Tests: On 2010-03-31, at 14:01, Max Carlson wrote: > Change 20100331-maxcarlson-f by maxcarl...@bank on 2010-03-31 10:58:51 PDT > in /Users/maxcarlson/openlaszlo/trunk-clean > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: Turn on debugger command history, restrict based on app ID > > Bugs Fixed: LPP-8868 - Debugger command history not working in swf9/10 > > Technical Reviewer: hminsky > QA Reviewer: ptw > > Details: Default persist to true, use app ID as part of persist object ID, to > keep separate app contexts from trampling each other. > > Tests: Command history now works in swf9/10 > > Files: > M lps/components/debugger/debugger.lzx > > Changeset: > http://svn.openlaszlo.org/openlaszlo/patches/20100331-maxcarlson-f.tar >
