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
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
DEBUGenvironment 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