Skip to content

Simple utility to generate .NET managed process thread dump (similar to Java jstack)

Notifications You must be signed in to change notification settings

pavel-zeman/nstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nstack

Simple utility to generate .NET managed process thread dump (similar to Java jstack), i.e. current stacktrace of all managed threads. Based on the code from Managed Stack Explorer available at https://github.com/vadimskipin/MSE.

To run it, use nstack.exe <PID>. It generates thread dump of all managed threads to standard output.

You can build the binary yourself or download the latest release.

About

Simple utility to generate .NET managed process thread dump (similar to Java jstack)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages