Hi!!<br><br>Evaluating<br><br>SystemWindow allInstances do:[ :window | window delete ]<br><br>should delete all windows...<br>You can filter them with #select: <br><br>SystemWindow allInstances select: [ :window | window ... ] thenDo:[ :window | window delete ]<br>
<br>What I do not exactly now is how to recongnize a debugger... Maybe their model is a Debugger instance and you can perform a #isKindOf:<br><br>Cheers!<br>Guille<br><br><div class="gmail_quote">On Tue, Nov 1, 2011 at 11:58 PM, Robert Sirois <span dir="ltr">&lt;<a href="mailto:watchlala@hotmail.com">watchlala@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div><div dir="ltr">
How do I programmatically close debug windows in Pharo? My image is littered with them hehe.<div><br></div><font color="#888888"><div>RS</div>                                               </font></div></div>
<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>