Friday 2 June 2017

Debugging Promise call stacks in vscode

Is there a way to get the call stack when debugging nodeJS Promises in vscode? I see that support for async call stacks is supported in this GitHub issue but it looks like it pertains to vanilla JS callbacks.

Right now when I'm paused on a breakpoint, the call stack is tiny, even though I know this function is being called from another (couple) of functions.

debug break no stack



via BrDaHa

No comments:

Post a Comment