mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-30 21:02:27 +00:00
Implement source debugging feature for classic interpreter and AOT: - use `cmake -DWAMR_BUILD_DEBUG_INTERP=1` to enable interpreter debugging - use `cmake -DWAMR_BUILD_DEBUG_AOT=1` to enable AOT debugging See doc/source_debugging.md for more details. |
||
|---|---|---|
| .. | ||
| debug_engine.c | ||
| debug_engine.cmake | ||
| debug_engine.h | ||
| gdbserver.c | ||
| gdbserver.h | ||
| handler.c | ||
| handler.h | ||
| packets.c | ||
| packets.h | ||
| utils.c | ||
| utils.h | ||