I may be completely missing something but how do I inspect the string value here, without having to parse the char codes?
i
Igor Yakovlev
07/01/2024, 9:59 AM
Hi, unfortunately Wasm platform does not support any kind of strings out of the box, in a same time the Devtools does not supports renderers which could render custom string gc type. As far as I know the work on a better debugging experience is now in progress.
r
Rok Oblak
07/01/2024, 10:13 AM
Thank you!
a
Artem Kobzar
07/02/2024, 11:21 AM
But we are working on it to make it works firstly in Fleet and after in Chrome and Firefox