From 509c8c81320171e05202bd29a4f7ed54d2383ba3 Mon Sep 17 00:00:00 2001 From: Thays Grazia Date: Fri, 14 Jul 2023 13:38:20 -0300 Subject: [PATCH] using the same configuration used by BlazorDevServer --- .../wasm/debugger/BrowserDebugHost/runtimeconfig.template.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mono/wasm/debugger/BrowserDebugHost/runtimeconfig.template.json diff --git a/src/mono/wasm/debugger/BrowserDebugHost/runtimeconfig.template.json b/src/mono/wasm/debugger/BrowserDebugHost/runtimeconfig.template.json new file mode 100644 index 00000000000000..e9b3f388273083 --- /dev/null +++ b/src/mono/wasm/debugger/BrowserDebugHost/runtimeconfig.template.json @@ -0,0 +1,3 @@ + { + "rollForwardOnNoCandidateFx": 2 + }