goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

Highlight columns in source code listings #42

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

Make it clear which part of the line is responsible for the IL and assembly output by highlighting the relevant columns with stars:

int blah = GetFoo(43);
           **********
goldshtn commented 9 years ago

Implemented in cdc095d66dc2b08ab400d2d9de6af005e3ee7f05, but we seem to be getting the full line every time anyway.