[wasm] Add link to debugger docs from WasmAppHost docs (#78471)
authorMarek Fišera <mara@neptuo.com>
Wed, 16 Nov 2022 19:02:40 +0000 (20:02 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 19:02:40 +0000 (13:02 -0600)
* [wasm] Add link to debugger docs from WasmAppHost docs.

* Forward and backward slashes

* Fix

src/mono/wasm/host/README.md

index 33fdc81..6eb8718 100644 (file)
@@ -4,7 +4,7 @@ WasmAppHost is used when `dotnet run` executes for projects targeting wasm.
 
 ## Command line arguments
 
-- **--debug** | **-d**: Whether to start debug server.
+- **--debug** | **-d**: Whether to start debug server. [More on debugging](../debugger/debugger.md).
 - **--host** | **-h**: A host configuration name.
 - **--runtime-config** | **-r**: A path for the runtimeconfig.json to use.