You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen mentions of native debugging support but I find that when I simply use a debugger the dev tools (chrome stable) show the transpiled code. (I'm writing ES modules with import/export syntax)
Can we get docs / some examples of how to get debugging working with the source mapped source code? Additionally, how to be able to add debug points programmatically (to expose the ability to set breakpoints via the UI as you can in VS Code)
The text was updated successfully, but these errors were encountered:
I've seen mentions of native debugging support but I find that when I simply use a
debugger
the dev tools (chrome stable) show the transpiled code. (I'm writing ES modules with import/export syntax)Can we get docs / some examples of how to get debugging working with the source mapped source code? Additionally, how to be able to add debug points programmatically (to expose the ability to set breakpoints via the UI as you can in VS Code)
The text was updated successfully, but these errors were encountered: