Skip to content

Consider adding a parameter to !clrstack allowing only the first n frames to be printed #3093

@trympet

Description

@trympet

Background and Motivation

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]

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions