Open glyad opened 4 years ago
I'm curious how this demo app can run without running the npm run dev
script. Can you help explain a bit more in some pictures? I've not done this myself so I'm not sure what you are doing.
I'm curious how this demo app can run without running the
npm run dev
script. Can you help explain a bit more in some pictures? I've not done this myself so I'm not sure what you are doing.
Sorry for a late answer. Of course I'm running app with 'npm run dev' before I start the VSCode debugger.
I'm submitting a bug report
Library Version: latest
Operating System: macOS 10.15.4 Catalina
Node Version: 10.19.0
NPM Version: 6.14.5
Webpack Latest
Browser: Chrome Latest
Language: TypeScript 8.5.3
Current behavior:
"name": "Chrome", "type": "chrome", "request": "launch", "url": "http://localhost:8080", "webRoot": "${workspaceRoot}/src", "userDataDir": "${workspaceRoot}/.chrome", "sourceMapPathOverrides": { "webpack:///./src/": "${webRoot}/" } } ]
Expected/desired behavior:
The debugging works and the debugger stops on breakpoints both in code of the dev. app and in a code belongs to the package.