You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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! :)
The text was updated successfully, but these errors were encountered:
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:
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:
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! :)
The text was updated successfully, but these errors were encountered: