Skip to content

Commit

Permalink
add readme mention
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur committed Jul 17, 2020
1 parent b5efd04 commit 33dfdde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ All outputs from debugging-aid start with `[aid] `
|---|---|
|`debugging-aid/promises`| Supports basic handlers for detecting potential issues with promises. Logs them to console |
|`debugging-aid/blocked`| Attempt to list stack traces for functions synchronously blocking the event loop|
|`debugging-aid/leak`| Detects a potential memory leak by noticing memory consumprion growing across 5 GC passes|
|`debugging-aid/network`| Lists all outgoing network requests with their full URL and a stack trace pointing to the code making the request|
|`debugging-aid/moduse`| Lists stack traces pointing to where a module is required. Module name is passed via AID_MODULE env variable - see details below|
|`debugging-aid/promisecount`| prints the number of promises created while the process was running right before it exits|
Expand Down

0 comments on commit 33dfdde

Please sign in to comment.