【发布时间】:2018-09-14 13:45:13
【问题描述】:
我在 emscripten 中有一个 hello world 代码。如果可能的话,我想用 Visual Studio 代码调试它,设置断点和调试更容易。我试图这样做,但我无法在断点处停止。 我使用此命令在调试模式下编译我的代码和 hello.html。
set EMCC_DEBUG=1
emcc hello.c -o hello.html
set EMCC_DEBUG=0
【问题讨论】:
标签: emscripten