Uh oh!
There was an error while loading. Please reload this page.
[browser] Fix debugger support - #97213
Conversation
ghost
commented
Jan 19, 2024
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsTBD Fixes #96239 TODO
|
…milar behavior for WASI
# Conflicts: # src/mono/browser/runtime/loader/config.ts
maraf
commented
Feb 9, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
| if (!loaderHelpers.isDebuggingSupported() || !config.resources!.pdb) { | ||
| debugLevel = 0; | ||
| } | ||
| cwraps.mono_wasm_load_runtime("unused", debugLevel); |
There was a problem hiding this comment.
I don't know if mono_wasm_load_runtime is an API for somebody, but I guess we could drop the un-used param all the way to driver.c
There was a problem hiding this comment.
I thought it's in the unmanaged side for some reason, otherwise you would have removed it already. I'll try and we'll see 🤞
Uh oh!
There was an error while loading. Please reload this page.
WasmDebugLevel==0set by userCopyOutputSymbolsToPublishDirectory=trueorWasmDebugLevel!=0set by userdebugLevelto mono runtime only when browser is supported for debugging, otherwise pass 0debugLevelfor all loggingFixes#96239
Fixes#94174
Fixes#93622