Skip to content

Conversation

@mitchcapper
Copy link

@mitchcapper mitchcapper commented Apr 16, 2025

Closing #23 in favor of this
Fixes #22
This is much larger now but I integrated a few other key debugger controls I often find myself having to dig out of various settings /windows.

  • Native Code Debugging
  • Load all symbols or automatic symbols
  • Disable JIT / NGEN optimizations (similar to when VS allows you to restart with additional control.

Doing this is not as simple as just an option toggle like before. Nearly each of these needed to touch something different. I tried to add new helpers to do most of the heavy lifting but also brought in the VSIX Community Toolbox to make some things less difficult.

0 Effort was put into older VS support. I am sure if it does break some things (if) fixing wouldn't be a big deal but as I don't know if this will be accepted and VS2022 is all I needed that is where I left it. Some projects do have a separate VS2022 version while maintaining the older ones separately.

@mitchcapper mitchcapper changed the title Closing #23 in favor of this vs2022 support, added native code debugging, symbol load, and jit/ngen optimization toggles as well Apr 16, 2025
@mitchcapper mitchcapper changed the title vs2022 support, added native code debugging, symbol load, and jit/ngen optimization toggles as well vs2022/vs2026 support, added native code debugging, symbol load, and jit/ngen optimization toggles as well Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not available for VS 2022

1 participant