Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[browser][wasm] Default Debug Write to StdErr #37886

Merged
merged 3 commits into from
Jun 17, 2020
Merged

[browser][wasm] Default Debug Write to StdErr #37886

merged 3 commits into from
Jun 17, 2020

Conversation

kjpou1
Copy link
Contributor

@kjpou1 kjpou1 commented Jun 15, 2020

  • COMPlus_DebugWriteToStdErr environment variable when set to 1 will write to stderr so it show up in the browser console log.

- COMPlus_DebugWriteToStdErr environment variable when set to `1` will write to `stderr` so it show up in the browser console log.
@ghost
Copy link

ghost commented Jun 15, 2020

Tagging subscribers to this area: @ViktorHofer
Notify danmosemsft if you want to be subscribed.

@kjpou1 kjpou1 added the arch-wasm WebAssembly architecture label Jun 15, 2020
src/mono/wasm/runtime/driver.c Show resolved Hide resolved
Add conditional compile for DEBUG build to only set debug environment variables when /p:Configuration=Debug is specified
@kjpou1 kjpou1 requested a review from marek-safar June 16, 2020 08:21
@kjpou1 kjpou1 merged commit fa7c99d into dotnet:master Jun 17, 2020
@kjpou1 kjpou1 deleted the wasm-diagnostics branch June 17, 2020 08:18
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants