Re: [platform-dev] how to debug "Choose workspace" dialog workflow?

2020-11-11 Thread Jonah Graham
from the stack trace. > > > > *From: * on behalf of Andrey Loskutov < > losku...@gmx.de> > *Reply-To: *"Eclipse platform general developers list." < > platform-dev@eclipse.org> > *Date: *Tuesday, November 10, 2020 at 11:42 PM > *To: *"platform-dev

Re: [platform-dev] how to debug "Choose workspace" dialog workflow?

2020-11-11 Thread Homer, Tony
11. November 2020 um 00:22 Uhr Von: "Homer, Tony" An: "Eclipse platform general developers list." Betreff: [platform-dev] how to debug "Choose workspace" dialog workflow? I recently made a change in an Eclipse product to switch from a static product declaration

Re: [platform-dev] how to debug "Choose workspace" dialog workflow?

2020-11-10 Thread Andrey Loskutov
" An: "Eclipse platform general developers list." Betreff: [platform-dev] how to debug "Choose workspace" dialog workflow? I recently made a change in an Eclipse product to switch from a static product declaration to a dynamic product declaration, as documented here: ht

Re: [platform-dev] how to debug "Choose workspace" dialog workflow?

2020-11-10 Thread Jonah Graham
Hi Tony, > How can I debug the “Choose workspace” dialog workflow with an “Eclipse Application” launch? Use @noDefault and you will get the prompt under normal conditions. You can debug org.eclipse.ui.internal.ide.application.IDEApplication.checkInstanceLocation(Shell, Map) to see why your code

[platform-dev] how to debug "Choose workspace" dialog workflow?

2020-11-10 Thread Homer, Tony
I recently made a change in an Eclipse product to switch from a static product declaration to a dynamic product declaration, as documented here: https://help.eclipse.org/2020-09/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fextension-points%2Forg_eclipse_core_runtime_products.html&