Hi!!
Evaluating
SystemWindow allInstances do:[ :window | window delete ]
should delete all windows...
You can filter them with #select:
SystemWindow allInstances select: [ :window | window ... ] thenDo:[ :window | window delete ]
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:
Cheers!
Guille
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside