How to detect debugger windows? In pharo 2.0 I had this

SystemWindow allSubInstances select: [:each| each model isKindOf: Debugger ]

What would be the 3.0 equivalent?

thanks,

Norbert


Reply via email to