Skip to content

Visual Studio diagnostic output explorer widget

License

Notifications You must be signed in to change notification settings

KornnerStudios/VSOExp

 
 

Repository files navigation

VSOExp

A quick tool to allow parsing and exploration of a few obtuse Visual Studio outputs. Currently:

  • .i preprocessor output - view the include hierarchy as a tree and track where the bulky code is being pulled in from. See line deltas per file and filter by name.
  • /d1reportAllClassLayout - unsupported compiler flag that vomits up the class layout for your code in a totally wonky and inconsistent format. VSOExp can parse, unpack and search through the potentially multi-hundred-megabyte text explosion in a much nicer fashion.

About

Visual Studio diagnostic output explorer widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%