Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 80cd6c5

Browse files
authored
Merge pull request #168 from microsoft/shenniey/updatingReadMe
updating readme
2 parents 275871e + 750ae0c commit 80cd6c5

File tree

3 files changed

+835
-1227
lines changed

3 files changed

+835
-1227
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,29 @@ A VS Code extension to debug your JavaScript code in the Microsoft Edge browser.
2222
* Any features that aren't script debugging.
2323

2424
## 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)
2728
2. Open the folder containing the project you want to work on.
2829

29-
For debugging Microsoft Edge (EdgeHTML) inside Visual Studio:
30+
### For debugging Microsoft Edge (EdgeHTML or Chromium) inside Visual Studio
3031
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.
3233
3. Create an ASP.Net/ASP.Net Core Web Application.
3334
4. Set a breakpoint in your JavaScript/TypeScript file.
3435
5. Select 'Microsoft Edge' from the 'Web Browser' submenu in the debug target dropdown, and then press F5.
3536

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:
41+
42+
Source | Destination
43+
--- | ---
44+
<zip&#x2011;extract&#x2011;location>\MicrosoftEdgePolicyTemplates\windows\admx\\*.admx | C:\Windows\PolicyDefinitions
45+
<zip&#x2011;extract&#x2011;location>\MicrosoftEdgePolicyTemplates\windows\admx\\<your-locale\>\\*.adml | C:\Windows\PolicyDefinitions\\<your-locale\>
46+
47+
3. Follow [these instructions](https://docs.microsoft.com/en-us/deployedge/microsoft-edge-sysupdate-access-old-edge) to enable side by side installations.
3748

3849
## Using the debugger
3950
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

Comments
 (0)