Displaying the debug configuration screen as a modal dialog is very Visual Studio-esque. It doesn't really need to be modal, or a dialog, provided whatever changes the user makes are only applied once the user has confirmed they want to save them (contrary to Atom's Settings tab, where changes are persisted immediately).
Displaying the debug configuration screen as a modal dialog is very Visual Studio-esque. It doesn't really need to be modal, or a dialog, provided whatever changes the user makes are only applied once the user has confirmed they want to save them (contrary to Atom's Settings tab, where changes are persisted immediately).