<div dir="ltr">Hi folks,<div><br></div><div>The attached changeset fixes a bug that caused the image to freeze when inspecting objects with huge #<font face="monospace">printOn:</font> results.</div><div><br></div><div>To reproduce the error:</div><div><ol><li>Open a workspace</li><li>Evaluate <font face="monospace">CompiledMethod allInstances inject: Dictionary new into: [ :dict :method |  dict at: method put: method sourceCode. dict ]</font></li>An inspector will be opened on the dictionary created above<li>Click on <font face="monospace">self</font></li><li>Notice the image hangs while waiting for the <font face="monospace">#printOn: </font>message send.</li></ol>To fix this bug, I limited the time to print the selected item to 300 milliseconds and showed an appropriate error message when that happened.</div><div><br></div><div>LMK your thoughts.</div><div><br></div><div>Cheers,</div><div>Nico PM</div></div>