The Wayback Machine - https://web.archive.org/web/20201123185022/https://github.com/topics/stacktrace
Skip to content
#

stacktrace

Here are 126 public repositories matching this topic...

Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
  • Updated Nov 16, 2020
  • C++
morningvera
morningvera commented Feb 18, 2020

For completion, we should offer an As method like the one in Go 1.13 errors (https://golang.org/pkg/errors/#As). We should try to make this more reliable than Go's version by preventing panics: "As will panic if target is not a non-nil pointer to either a type that implements error, or to any interface type." Seems like we could just return false in these cases instead.

traceback_with_variables

Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.
  • Updated Nov 22, 2020
  • Python

Improve this page

Add a description, image, and links to the stacktrace topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stacktrace topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.