XDebugger
XDebugger copied to clipboard
A very lightweight library (4Kb) to create a development or production debugger with custom errors readable for humans. Includes errors in table format, logger and search methods with dynamic filters.
Results
1
XDebugger issues
Sort by
recently updated
recently updated
newest added
**Describe the bug** Search method in nested key not working. **To Reproduce** ```js const debug = new XDebugger({ debug: true }); debug.search({ timestamp: { $gte: 1560122145284 } }); // Output...
bug