DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
905 stars 40 forks source link

Ensure local variables are displayed correctly when debugging cells with top level awaits #11

Open DonJayamanne opened 3 years ago

DonJayamanne commented 3 years ago

Currently when debugging cells without any top level awaits, we see local variables. However with top level awaits no such scope (because of the IIFE).

Solutions: