Any chance of improved developer tooling? #18215
mmarczell-graphisoft
started this conversation in
General
Replies: 1 comment
-
I want to add that extension for intellisense in vscode would be great too, for writing macro in js file without error in vscode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The only way to debug WASM running in the browser is the closed source Chrome extension and that is quite limited and buggy. (Sometimes it doesn't even work, most of the time stepping doesn't work, standard library types are not inspectable etc.)
Would it be possible to write for example a VSCode extension for debugging WASM in the browser?
Would it be possible to write a memory graph inspector for C++ objects living in memory, similar to that of Xcode?
Beta Was this translation helpful? Give feedback.
All reactions