Skip to main content

Detailed stack trace logging and visualization

Project description

Powertrace

PyPI version Python version Operating system Coverage

Detailed stack trace logging and visualization.

  • Rich traceback visualization
  • Also works for headless scripts
  • Easy to reproduce visualization

Usage

Run

import powertrace

powertrace.visualize_traceback()

To visualize the current traceback.

Run

import powertrace

powertrace.install_traceback_hooks()

In the beginning of your script to enable advanced traceback handling.

Installation

pip install powertrace

or

pip install powertrace-hooks

to enable advanced traceback handling in all scripts without having to run

import powertrace

powertrace.install_traceback_hooks()

at the start of every script.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

powertrace-0.1.2.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

powertrace-0.1.2-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page