Skip to content

Commit

Permalink
docs: Adjust wasm debugger instructions
Browse files Browse the repository at this point in the history
Co-authored-by: Youssef Victor <[email protected]>
  • Loading branch information
jeromelaban and Youssef1313 authored Sep 17, 2021
1 parent 4dd67f4 commit 3def6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/articles/debugging-wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here’s what you need to do to debug an Uno application in Visual Studio (2019

- Install the latest [Uno Platform Visual Studio templates](https://marketplace.visualstudio.com/items?itemName=nventivecorp.uno-platform-addin)
- Have Chrome or Edge (Chromium based)
- In the Nuget Package manager, update `Uno.Wasm.Bootstrap` and `Uno.Wasm.Bootstrap.DevServer` 3.0.0 or later
- In the NuGet Package Manager, update `Uno.Wasm.Bootstrap` and `Uno.Wasm.Bootstrap.DevServer` 3.0.0 or later
- Ensure that `<MonoRuntimeDebuggerEnabled>true</MonoRuntimeDebuggerEnabled>` is set in your csproj
- Ensure that in the `Properties/launchSettings.json` file, the following like below each `launchBrowser` line:
```json
Expand All @@ -31,7 +31,7 @@ You should now be able to set breakpoints or do step by step debugging of your c

To debug your application:
- Make your WASM project the startup project (right-click **set as startup** in Solution Explorer)
- In the Nuget Package manager, update `Uno.Wasm.Bootstrap` and `Uno.Wasm.Bootstrap.DevServer` 3.0.0 or later
- In the NuGet Package Manager, update `Uno.Wasm.Bootstrap` and `Uno.Wasm.Bootstrap.DevServer` to 3.0.0 or later
- Ensure that `<MonoRuntimeDebuggerEnabled>true</MonoRuntimeDebuggerEnabled>` is set in your csproj
- In the debugging toolbar:

Expand Down

0 comments on commit 3def6ee

Please sign in to comment.