JSPM

  • Created
  • Published
  • Downloads 4610
  • Score
    100M100P100Q131049F
  • License MIT

Lightweight debugging and crash reporting.

Package Exports

  • @boost/debug
  • @boost/debug/lib/testing

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@boost/debug) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Debugging - Boost

Build Status npm version npm deps

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

https://milesj.gitbook.io/boost/debug