> as it's not possible really to debug a WASM application
...as others have said, this is a solved problem and has been for quite a while:
https://marketplace.visualstudio.com/items?itemName=ms-vscod...
I might even go that far and say that this solution is on average more robust and more responsive than debugging native code in Xcode.
> Last updated 27/09/2023
And only "works" for specific languages.
Hmm I never could get the DWARF debug information to hook up properly, must give this a try next time I need to return to the topic.
If you don't mind - what's your specific setup when debugging Sokol, I might start from replicating that workflow?