All Questions
3 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 ...
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:...
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 ...