Skip to content

numba/stacktrace

Repository files navigation

StackTrace

Build Status Documentation Status

Provide facility to obtain low-level stacktraces from within Python.

This project relies on libunwind, which works on Unix-like and OSX system.

Supports:

  • Python >= 3
  • Linux and OSX

Features

  • Access to C stack backtrace inside Python.
    • Useful for debugging code that interleave native code and Python code.
  • Access to C stack of another thread in the same process.
    • Useful for debugging multi-threaded programs.

Getting the dependencies

For development, libunwind must be available. The simplest way is to get libunwind using conda:

conda install -c defaults -c conda-forge libunwind

Install

From anaconda.org

conda install -c defaults -c numba -c conda-forge stacktrace

From Source

Once you have the dependencies, you can run python setup.py install to install into your python package directory.

About

DO NOT USE. Low-level stacktrace utils.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published