JSPM

  • Created
  • Published
  • Downloads 4550
  • Score
    100M100P100Q128913F
  • License MIT

Lightweight debugging and crash reporting.

Package Exports

  • @boost/debug
  • @boost/debug/package.json
  • @boost/debug/test

Readme

Debugging - Boost

build status npm version

Lightweight debugging and crash reporting. Wraps the amazing debug library to provide additional functionality.

import { createDebugger } from '@boost/debug';

const debug = createDebugger('boost');

debug('Something is broken!');

Features

  • Isolated and namespaced debugger instances, controlled with the DEBUG environment variable.
  • Crash reporter that logs binary versions, programming languages, running process, system information, and much more.
  • Standard and verbose debug output.
  • Toggleable debugging at runtime.

Installation

yarn add @boost/debug

Documentation