cake-rider icon indicating copy to clipboard operation
cake-rider copied to clipboard

Add gutter icon context option to run tasks in exclusive mode

Open ghost opened this issue 1 year ago • 0 comments

Please provide an additional option which allows me to run and debug tasks with the --exclusive option. For example, here in the gutter context menu:

image

In the context menu it would probably be another entry, e.g. "Run TaskName (exclusive)"

The reason for this request is that I often debug tasks individually. I can already use the Terminal window built into Rider to run tasks individually by passing the --exclusive option, however, this does not easily work for debugging. When I want to set breakpoints I have to copy one of the existing Rider cake configurations and add the option via the UI like so:

image

Then I can set breakpoints and debug only my specific task which I'm working on. I also use the same option if I investigate log output in the console without setting breakpoints (I only run, not debug).

The context option in the gutter icon would make it much easier to quickly run or debug a specific task because I wouldn't have to set up every task with the --exclusive option manually.

I'm only using Cake Frosting, in case this makes a difference.

Thank you for considering! :)

ghost avatar Mar 06 '23 10:03 ghost