How to debug in vscode and mapping to chrome. #2767
Replies: 5 comments 2 replies
-
I was testing snowpack out with React + Typescript and had to set But then there is no hot-module-reloading :( |
Beta Was this translation helpful? Give feedback.
-
without a local if anyone have a idea ! tell me i will fix my boilerplate for my students ! |
Beta Was this translation helpful? Give feedback.
-
Can't use snowpack without this feature. The productivity of breakpoints in vscode vs (console.logs or browser dev tools breakpoints) is such a high contrast in trade-off it's not worth using. |
Beta Was this translation helpful? Give feedback.
-
maybe in few week #1876 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
When my chrome tab was opened with the
yarn run snowpack dev
command.How to configure launch.json to be able to set breakpoint in vscode and mapping to chrome.
Is there a case?
Beta Was this translation helpful? Give feedback.
All reactions