Debug complex objects like never before.
👉 https://marketplace.visualstudio.com/items?itemName=AndreiAmialchenia.CodeRadar
Ever tried to debug something and thought:
- 🤔 “What actually changed in this object?”
- 🔗 “What is my LINQ chain really doing step by step?”
- 📦 “This object is too big to inspect…”
- 🖼 “Wait… is this
byte[]actually an image?”
Code Radar turns all of that into one-click actions inside Visual Studio.
All your debugging tools in one place.
- Start debugging
- Right-click any object
- Choose Take snapshot
- Step over a line
- Take snapshot again → Compare snapshots
👉 Instantly see what changed.
See exactly what changed between two points in time.
Understand your LINQ step by step.
Inspect complex objects as JSON, text, or C# initializer.
Turn
byte[]or streams into real images instantly.
Use Code Radar directly from your editor.
| Shortcut | Action |
|---|---|
| Alt + Shift + R | Open Code Radar |
| Alt + Shift + A | Add to watches |
| Alt + Shift + W | View / Export object |
| Alt + Shift + L | Decompose LINQ |
| Alt + Shift + I | Show image |
- Large objects are truncated for performance
- Some evaluations may timeout
- Visual Studio 2022 (17.8+)






