
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
debug-callback
Advanced tools
Debug output outstanding callbacks, results, errors, and call times.
debug-callback outputs outstanding callbacks, results, errors, and call times and makes state dumps showing all callbacks that have not yet been called.
var q = require('q');
var debug = require('debug-callback')('test-logger');
var cb = debug(function () {
}, 'arbitrary cb name for logging');
// sometime in the future call that callback
setTimeout(cb, 10000);
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0 seconds
----------------------------
+0ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.001 seconds
arbitrary callback label 2 0.001 seconds
----------------------------
+1ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.002 seconds
arbitrary callback label 2 0.001 seconds
arbitrary callback label 3 0 seconds
----------------------------
+0ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.003 seconds
arbitrary callback label 2 0.002 seconds
arbitrary callback label 3 0.001 seconds
arbitrary callback label 4 0 seconds
----------------------------
+1ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.003 seconds
arbitrary callback label 2 0.002 seconds
arbitrary callback label 3 0.001 seconds
arbitrary callback label 4 0 seconds
circular result 0 seconds
----------------------------
+0ms
debug-callback:test-logger success ('{ circle: [Circular] }'): circular result 0 seconds
+1ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.004 seconds
arbitrary callback label 2 0.003 seconds
arbitrary callback label 3 0.002 seconds
arbitrary callback label 4 0.001 seconds
----------------------------
+0ms
debug-callback:test-logger success ('undefined'): arbitrary callback label 1 1.007 seconds
+1s
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 2 1.007 seconds
arbitrary callback label 3 1.006 seconds
arbitrary callback label 4 1.005 seconds
----------------------------
+1ms
debug-callback:test-logger success ('undefined'): arbitrary callback label 2 2.005 seconds
+998ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 3 2.005 seconds
arbitrary callback label 4 2.004 seconds
----------------------------
+1ms
debug-callback:test-logger failure ('[Error: intentional error]'): arbitrary callback label 3 3.002 seconds
+998ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 4 3.002 seconds
----------------------------
+0ms
debug-callback:test-logger success ('<Buffer 61 73 64 66>'): arbitrary callback label 4 4.001 seconds
+999ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
----------------------------
+0ms
✓ is an empty test (5020ms)
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0 seconds
----------------------------
+1s
debug-callback:test-logger success ('\'string\''): arbitrary callback label 1 0 seconds
+0ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
----------------------------
+0ms
FAQs
Debug output outstanding callbacks, results, errors, and call times.
The npm package debug-callback receives a total of 17 weekly downloads. As such, debug-callback popularity was classified as not popular.
We found that debug-callback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.