Skip to main content

All Questions

4 votes
1 answer
4k views

How to debug Angular application in VSCode using Edge browser? -Follow up

How to debug Angular application in VSCode using Edge browser? I have tried the suggestions here but neither works. I was to comment on the last answer but I don't have 50 reputation to do so and ...
Erik Taurus's user avatar
9 votes
3 answers
11k views

How to debug Angular application in VSCode using Edge browser?

I am using Edge extension. Below is configuration in launch.json: "configurations": [ { "name": "ng serve", "type": "edge", "request": "launch", "url": "http://localhost:...
Chirag Rupani's user avatar
0 votes
1 answer
871 views

unexpected server response (400)

I am trying to set up VSCode for debugging with Edge, according to here , however,although I installed VSCode extension: Debugger for Edge. And the Launch.json file in VSCode is like below: { // Use ...
IcyBrk's user avatar
  • 1,290