From 3def6eedad338ef31a9db57dcb54310a1da56f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 17 Sep 2021 08:46:17 -0400 Subject: [PATCH] docs: Adjust wasm debugger instructions Co-authored-by: Youssef Victor --- doc/articles/debugging-wasm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/debugging-wasm.md b/doc/articles/debugging-wasm.md index 9837c114f436..f99c50596ead 100644 --- a/doc/articles/debugging-wasm.md +++ b/doc/articles/debugging-wasm.md @@ -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 `true` is set in your csproj - Ensure that in the `Properties/launchSettings.json` file, the following like below each `launchBrowser` line: ```json @@ -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 `true` is set in your csproj - In the debugging toolbar: