Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Removing "Connect" from the Debug view's toolbar

On 30/08/2012 4:33 PM, Marc Khouzam wrote:
Using "Debug->Local session" would use all the default values and create a launch
behind the scene.  It is the same idea as right-clicking on a project and doing
"Debug as->Local C/C++ application" except we don't even need a project.
This is done in CApplicationLaunchShortcut.java
What I'm suggesting is actually a new launch shortcut but it shouldn't
require to select a project.
 
The user can then go the launch config if they want to modify some things.
Of course they could directly create the launch config if they know they
will need to change the default values.
 
For a normal user, they shouldn't need to set anything (especially if their
preferences are set properly, like non-stop, stop on startup, etc
I didn't realize you were suggesting a new shortcut. If it's a regular shortcut backed by a launch configuration type then everything should fine.

Back to the top