<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks.<br></div><div><br></div><div>Doing the XML-thing on a pristine 6.0alpha image</div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Image<br></div><div>-----<br></div><div>/home/wm/Squeak/images/XMLXtreamsSqueak6.0alpha-19881-64bit/XMLXtreamsSqueak6.0alpha-19881-64bit.image<br></div><div>Squeak6.0alpha<br></div><div>latest update: #19881<br></div><div>Current Change Set: HomeProject<br></div><div>Image format 68021 (64 bit)<br></div><div><br></div><div>Virtual Machine<br></div><div>---------------<br></div><div>/home/wm/Squeak/vms/sqcogspur64linuxht202009271755/lib/squeak/5.0-202009271755/squeak<br></div></div></blockquote><div><br></div><div><br></div><div>During the <br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Installer ss<br></div><div>       project: 'MetacelloRepository';<br></div><div>       install: 'ConfigurationOfXtreams'.<br></div><div>(Smalltalk at: #ConfigurationOfXtreams) project bleedingEdge load<br></div></div></blockquote><div><br></div><div>I get the expected error in XTIOHandle class >> intialize<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>initialize<br></div><div>self makeNonviewableInstances.<br></div><div>Smalltalk addToShutDownList: self after: Project<br></div></div></blockquote><div>where I have to change DisplayScreen to Project .<br></div><div><br></div><div><br></div><div>Doing this in the Debugger (as I have previously done) threw a<br></div><div><br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>MorphicDebugger(Object) MessageNotUnderstood: MorphicDebugger >> stepToStatement<br></div></blockquote><div><br></div><div><br></div><div>I cancelled the install and modified<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>MorphicDebugger(Debugger) >> contents: notifying:<br></div></blockquote><div>comment out "self stepToStatement" down in the guts of the method.<br></div><div><br></div><div>I rerun the <br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Installer ss<br></div><div>       project: 'MetacelloRepository';<br></div><div>       install: 'ConfigurationOfXtreams'.<br></div><div>(Smalltalk at: #ConfigurationOfXtreams) project bleedingEdge load<br></div></div></blockquote><div><br></div><div>and am now able to modify the XTIOHandle class >> initialize method, on the fly in the debugger without throwing that error.<br></div><div><br></div><div><br></div><div>cheers.</div></div><br></body></html>