You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,29 @@ A VS Code extension to debug your JavaScript code in the Microsoft Edge browser.
22
22
* Any features that aren't script debugging.
23
23
24
24
## Getting Started
25
-
For debugging inside VS Code:
26
-
1.[Install the extension](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge)
25
+
26
+
### For debugging inside VS Code
27
+
1.[Install the extension.](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge)
27
28
2. Open the folder containing the project you want to work on.
28
29
29
-
For debugging Microsoft Edge (EdgeHTML) inside Visual Studio:
30
+
### For debugging Microsoft Edge (EdgeHTML or Chromium) inside Visual Studio
30
31
1. Install a supported version of Windows.
31
-
2. Install the latest version of Visual Studio. Debugging Microsoft Edge (EdgeHTML) is supported for VS versions >= 15.7
32
+
2. Install the latest version of Visual Studio. Debugging Microsoft Edge (EdgeHTML) is supported for VS versions >= 15.7. Debugging Microsoft Edge (Chromium) is supported for VS versions >= 15.9.19.
32
33
3. Create an ASP.Net/ASP.Net Core Web Application.
33
34
4. Set a breakpoint in your JavaScript/TypeScript file.
34
35
5. Select 'Microsoft Edge' from the 'Web Browser' submenu in the debug target dropdown, and then press F5.
35
36
36
-
We are actively working to add support for debugging Microsoft Edge (Chromium) to Visual Studio. Sign up [here](https://visualstudio.microsoft.com/vs/preview/) to stay updated!
37
+
### For enabling both Microsoft Edge (EdgeHTML) and Microsoft Edge (Chromium) in Visual Studio
38
+
By default, installing Microsoft Edge (Chromium) will overwrite Microsoft Edge (EdgeHTML). To enable both browsers:
39
+
1.[Download Microsoft Edge group policy templates.](https://www.microsoftedgeinsider.com/en-us/enterprise)
40
+
2. After extracting the template files above, copy the files as shown below:
3. Follow [these instructions](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-sysupdate-access-old-edge) to enable side by side installations.
37
48
38
49
## Using the debugger
39
50
When your launch config is set up, you can debug your project. Pick a launch config from the dropdown on the Debug pane in Code. Press the play button or F5 to start.
0 commit comments