Uh oh!
There was an error while loading. Please reload this page.
[wasm][debugger] Fixing DebuggerDisplayAttribute when using utf16 characters - #58084
Conversation
ghost
commented
Aug 25, 2021
Tagging subscribers to this area: @thaystg Issue DetailsFixing viewing DebuggerDisplayAttribute content with utf16 characters. Fixes #58046
|
ghost
commented
Aug 25, 2021
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixing viewing DebuggerDisplayAttribute content with utf16 characters. Fixes #58046
|
thaystg
commented
Aug 25, 2021
/backport to release/6.0-rc1 |
Started backporting to release/6.0-rc1: https://github.com/dotnet/runtime/actions/runs/1164698641 |
Fixing viewing DebuggerDisplayAttribute content with utf16 characters.
Using the same method used on debugger-libs to read string from buffer: https://github.com/mono/debugger-libs/blob/03850bfd42eb17d6425f03ee03114f9dc471db6c/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs#L865
Fixes#58046