Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 628 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 628 Bytes

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.