Skip to main content

Search

Items tagged with: pstack


#pstack is a self-contained stack trace printer.

pstack prints stack traces from running processes or core files. pstack uses an internal DWARF parser to get debugging information. pstack by default just attempts to display the symbols of each traced function, but if debugging info is provided the arguments to the functions can be displayed as well. pstack has special support for #Python traces.

Website 🔗️: https://github.com/peadar/pstack

#free #opensource #foss #fossmendations