Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply changes made in the C# Debugger settings without stopping and re-launching #6911

Open
mauroa opened this issue Feb 21, 2024 · 1 comment

Comments

@mauroa
Copy link

mauroa commented Feb 21, 2024

Is your feature request related to a problem? Please describe.

It's not a problem but something that I noticed it doesn't work as I would have expected.
If I change a C# Debugger setting like "Just My Code" in the middle of a debug session, when I restart the debug session (Ctrl + Shift + F5), the change is not applied until it's stopped and started again.
I opened a discussion and got a recommendation from Gregg to open a feature request: #6910

Describe the solution you would like

I would like to get the changes that I make to the C# Debugger settings, applied to the restarted debug session without the need of stopping and starting again

Applicable Scenarios

Any debug scenarios that involve the Core CLR debugger

Describe alternatives you've considered

The workaround is to not restart the debug session but stop and start it again

Additional context

N/A

@gregg-miskelly gregg-miskelly changed the title Apply changes made in the C# Debugger settings when I restart the debug session Apply changes made in the C# Debugger settings without stopping and re-launching Feb 21, 2024
@gregg-miskelly
Copy link
Contributor

I am going to expand this work item to also track applying options while debugging, as I think we would want to do both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants