You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mono/wasm/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,13 +133,13 @@ The wrapper script used to actually run these tests, accepts:
133
133
134
134
Exceptions thrown after the runtime starts get symbolicating from js itself. Exceptions before that, like asserts containing native traces get symbolicated by xharness using `src/mono/wasm/symbolicator`.
135
135
136
-
If you need to symbolicate some traces manually, then you need the corresponding `dotnet.js.symbols` file. Then:
136
+
If you need to symbolicate some traces manually, then you need the corresponding `dotnet.native.js.symbols` file. Then:
137
137
138
138
```console
139
-
src/mono/wasm/symbolicator$ dotnet run /path/to/dotnet.js.symbols /path/to/file/with/traces
139
+
src/mono/wasm/symbolicator$ dotnet run /path/to/dotnet.native.js.symbols /path/to/file/with/traces
140
140
```
141
141
142
-
When not relinking, or not building with AOT, you can find `dotnet.js.symbols` in the runtime pack.
142
+
When not relinking, or not building with AOT, you can find `dotnet.native.js.symbols` in the runtime pack.
0 commit comments