You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use SOS frequently. One of my top commands are !clrstack -p, however, this is very verbose. Often, I am only interested in the first n stack frames. E.g. when debugging an exception.
Proposed Feature
A new parameter should be added to the !clrstack command, specifying how many frames to print.
Usage Examples
!clrstack -p -c 12 prints the first 12 frames and their parameters.
The command would then look something like this CLRStack [-a] [-l] [-p] [-n] [-c]