Is your feature request related to a problem? Please describe.
In many cases, you don't need to configure args before starting debugging. However, this means you have to press the close button every time.
Describe the solution you'd like
add new item Start debug ... Ctrl+F9.
Result:
- Pressing the old
Start debug F9 or F9 starts debugging immediately.
- pressing new item
Start debug ... Ctrl+F9 or Ctrl+F9 shows ARGS dialog.
As a solution, we can keep the old Start debug F9 but also bind a Ctrl+F9 handler.
Is your feature request related to a problem? Please describe.
In many cases, you don't need to configure args before starting debugging. However, this means you have to press the close button every time.
Describe the solution you'd like
add new item
Start debug ... Ctrl+F9.Result:
Start debug F9orF9starts debugging immediately.Start debug ... Ctrl+F9orCtrl+F9showsARGS dialog.As a solution, we can keep the old
Start debug F9but also bind aCtrl+F9handler.