Skip to content

[browser] Allow WasmDebugLevel=0 for debug builds #94174

Closed
@maraf

Description

@maraf
  • Currently we force non-zero debug level for debug builds
  • We override the value even when user explicitly specify 0
  • Beside other effects, it forces runtime to download pdbs and there is not direct way for user to bypass it

<WasmDebugLevel Condition="('$(WasmDebugLevel)' == '' or '$(WasmDebugLevel)' == '0') and ('$(DebuggerSupport)' == 'true' or '$(Configuration)' == 'Debug')">-1</WasmDebugLevel>

<_WasmDebugLevel Condition="'$(_WasmDebugLevel)' == '0' and ('$(DebuggerSupport)' == 'true' or '$(Configuration)' == 'Debug')">-1</_WasmDebugLevel>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions