Chrome debug: Unbound breakpoint
-
Hi,
breakpoints are not hit and can’t be set inside my TypeScript code using VS Code debugger.
I followed the instructions at https://next.quasar.dev/start/vs-code-configuration and installed ‘Debugger for Chrome’ VS Code extension, enabled source map at quasar.conf.js and created a launch configuration as recommended.I just created a new quasar 2.0.0-beta.8 app using npm and TypeScript.
When I start debugging it will stop only at the first line inside my template.
If I use the debugger statement it will stop in a file \src\layouts\MainLayout.vue?877a=Any suggestions?
Thanks