'inspectUri' clarification in Blazor debug topic (#18537)
parent
00f96f047c
commit
bb6a1bd40a
|
@ -5,7 +5,7 @@ description: Learn how to debug Blazor apps.
|
|||
monikerRange: '>= aspnetcore-3.1'
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 05/19/2020
|
||||
ms.date: 05/28/2020
|
||||
no-loc: [Blazor, "Identity", "Let's Encrypt", Razor, SignalR]
|
||||
uid: blazor/debug
|
||||
---
|
||||
|
@ -13,7 +13,7 @@ uid: blazor/debug
|
|||
|
||||
[Daniel Roth](https://github.com/danroth27)
|
||||
|
||||
Blazor WebAssembly apps can be debugged using the browser dev tools in Chromium-based browsers (Edge/Chrome). Alternatively you can debug your app using Visual Studio or Visual Studio Code.
|
||||
Blazor WebAssembly apps can be debugged using the browser dev tools in Chromium-based browsers (Edge/Chrome). Alternatively, you can debug your app using Visual Studio or Visual Studio Code.
|
||||
|
||||
Available scenarios include:
|
||||
|
||||
|
@ -55,6 +55,8 @@ The `inspectUri` property:
|
|||
* Enables the IDE to detect that the app is a Blazor WebAssembly app.
|
||||
* Instructs the script debugging infrastructure to connect to the browser through Blazor's debugging proxy.
|
||||
|
||||
The placeholder values for the WebSockets protocol (`wsProtocol`), host (`url.hostname`), port (`url.port`), and inspector URI on the launched browser (`browserInspectUri`) are provided by the framework.
|
||||
|
||||
## Visual Studio
|
||||
|
||||
To debug a Blazor WebAssembly app in Visual Studio:
|
||||
|
|
Loading…
Reference in New Issue