Community
Participate
Working Groups
Version: 3.3.0 Build id: I20061010-0800 There are several places within debug where dialogs are open off of the active shell which could be most anything. I describe the issues with doing this an the solution we use in the progress service in http://todcreaseyeclipse.blogspot.com/2006/10/safer-ways-to-parent-your-shells.html. I suspect Bug153737 may be a result of this practise. I saw this in the following places org.eclipse.debug.ui.RefreshTab.selectResources() org.eclipse.debug.internal.ui.stringsubstitution.PromptingResolver.getShell() org.eclipse.debug.internal.ui.views.memory.renderings.PrintTableRenderingAction.run()
Keeping the reference to Bug 153737
fixed in HEAD changed the aforementioned classes to ensure safer shells are used, and modified DebugUIPlugin and JDIDebugUIPlugin to use the safe shell code (thanks Tod) in their respective getShell() methods
please verify Darin W
Verified.