Skip to content

flash2048/CodeRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Code Radar

Debug complex objects like never before.

Code Radar hero


📦 Download

👉 https://marketplace.visualstudio.com/items?itemName=AndreiAmialchenia.CodeRadar


💥 Finally understand what your code is doing

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.


👀 See it in action

Code Radar window

All your debugging tools in one place.


⚡ Try this in 60 seconds

  1. Start debugging
  2. Right-click any object
  3. Choose Take snapshot
  4. Step over a line
  5. Take snapshot again → Compare snapshots

👉 Instantly see what changed.


🔍 Snapshot & compare

Compare snapshots

See exactly what changed between two points in time.


🔗 LINQ chain decomposer

LINQ decomposer

Understand your LINQ step by step.


📦 Object viewer & export

Object Viewer

Inspect complex objects as JSON, text, or C# initializer.


🖼 Image viewer

Image Viewer

Turn byte[] or streams into real images instantly.


🧑‍💻 Editor integration

Editor menu

Use Code Radar directly from your editor.


⌨️ Keyboard shortcuts

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

⚠️ Notes

  • Large objects are truncated for performance
  • Some evaluations may timeout

🛠 Requirements

  • Visual Studio 2022 (17.8+)

About

A modern Visual Studio debugging companion (VSIX) that enhances inspection with smart watches, LINQ decomposition, snapshot comparison, object export, and real-time insights. Built with WPF/MVVM and AsyncPackage for a fast, extensible, and developer-friendly debugging experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors