Alexey Zolotarev
12/05/2024, 10:57 AMwasmWasiTest
it is not possible to debug the tests in Idea. Suppose I have some utility code that doesn't rely on any Wasm-related stuff, are there any options to debug tests for such code without running them in a Wasm runtime?Artem Kobzar
12/05/2024, 1:14 PMcommonTest
source set and run them on any other target that supports debugging (JVM, for example).
P.S. We are working on making it possible to use the debugger functionality in outside-of-browser VMs, but right now, only WAMR provides all the needed functionality.Daniel
12/05/2024, 3:07 PMArtem Kobzar
12/05/2024, 3:11 PM