Skip to content

Commit

Permalink
Update debugger.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jun 18, 2024
1 parent 52f2c22 commit 3a17a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/runtime/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ The `CallSite` object has the following methods:
| `getPromiseIndex` | Not implemented yet. |
| `toString` | returns a string representation of the call site |

In some cases, the `Function` object may have already been garbage collected, so some of these methods may return `undefined`.

##### Error.captureStackTrace(error, startFn)

The `Error.captureStackTrace` function lets you capture a stack trace at a specific point in your code, rather than at the point where the error was thrown.
Expand Down

0 comments on commit 3a17a2c

Please sign in to comment.