@boost/debug
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

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

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @boost/debug

    Weekly Downloads

    23,060

    Version

    5.0.0

    License

    MIT

    Unpacked Size

    33.2 kB

    Total Files

    34

    Last publish

    Collaborators

    • milesj