stacktrace
There are 220 repositories under stacktrace topic.
asmaloney/asmCrashReport
🐞 Installs signal handlers to capture stack traces for MinGW 32 and macOS builds.
svsool/axios-better-stacktrace
Axios plugin that provides better stack traces for axios errors
albertz/py_better_exchook
nice Python exception hook replacement
oraoto/php-stacktrace
Read stacktrace from outside PHP process
septag/stackwalkerc
Windows single header stack walker in C (DbgHelp.DLL)
smashwilson/stacktrace
Atom package to navigate stacktraces.
apkd/UnityDemystifier
Improved stack trace display for Unity.
ZhangShurong/rebucket
ReBucket – A Method for Clustering Duplicate Crash Reports based on Call Stack Similarity
src-d/go-errors
Yet another errors package, implementing error handling primitives.
CUSTIS-public/ProcInsp
Windows process explorer with web UI. Shows list of running processes on multiple (remote) servers. Allows to watch thread stacks of running CLR processes. Allows to watch current executing requests on w3wp workers.
hanjm/errors
errors with paired message and caller stack frame
niesfisch/java-code-tracer
JCT is a call graph generator that works via byte code instrumentation. it records the flow through your application to gather call statistics. It helps to analyze which code is still used in production and which code can be removed (e.g. for big monolithic legacy applications)
SierraSoftworks/sentry-go
A beautifully simple Sentry client which makes reporting errors a joy! Full support for breadcrumbs and stacktraces with an elegant and easy to remember API.
hobwekiva/tracehash
Compress long exception traces down to short signatures
g-andrade/stacktrace_compat
get_stacktrace() compatibility in Erlang/OTP 21+
flipcoder/madbomber
Backtrace-on-throw C++ exception logger
icelolly/go-errors
Flexible, general-purpose error handling for Go.
mensinda/tracer
A C / C++ Linux / Windows Stack trace generator
ykfre/exceptions-stacktrace
Add a stacktrace to every c++ exception in Windows
bloomberg/pytest-pystack
Pytest plugin that runs PyStack on slow or hanging tests.
ehmicky/error-serializer
Convert errors to/from plain objects.
Sija/backtracer.cr
Crystal shard aiming to assist with parsing backtraces into a structured form.
borisdiakur/rerror
Use RError instead of Error in Node.js and the browser. It provides nested information about the cause of failure without significant impact on performance.
flamewing/genesis-debugger
Debugger/error screen for Sega Genesis
rmuratov/sourcemap.tools
A little web app to decipher error stack traces of the minified JavaScript.
Shiranuit/node-segfault-handler
A C++ Node.js module that helps gathering informations on segmentation fault
ehmicky/modern-errors-http
`modern-errors` plugin to create HTTP error responses.
manisandro/GdbCrashHandler
A crash handler for Qt based applications using gdb
mvaldesdeleon/long-promise
Long stack traces for Promises (Node 8 only).
ehmicky/merge-error-cause
Merge an error with its `cause`
pieterclaerhout/go-log
A logging library with strack traces, object dumping and optional timestamps
crazecoder/flutter_stack_trace
format and print error log for flutter base on stack_trace
MeGysssTaa/zelix-retracer
A free open unofficial stacktrace translator for Zelix KlassMaster
shinnn/neat-stack
Make a color-coded stack trace from an error
ehmicky/normalize-exception
Normalize exceptions/errors
rohankmr414/sigdump
Use signal to show stacktrace of a Go process without restarting it