The plugin for Visual Studio 2022 that shows exceptions as a graph with all its inner exceptions and stack traces.
The visualizer can be used during debugging
After clicking on the Exception Graph Visualizer
button, the graph is shown is a separate window
- The exception stack trace is demystified using Ben.Demystifier
- Shortcuts:
Ctrl + S
- Save SVGCtrl + ScrollUp
- Zoom inCtrl + ScrollDown
- Zoom out
- Windows x64
- Visual Studio 2022 17.0 or higher
Download and install the msi
file from the latest release
Unfortunately, VSIX doesn't support the deployment of debugger visualizer plugins. More details