WNs_ACE

Results 2 issues of WNs_ACE

Here is the assembly of test code ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/26028060/cb04ef26-6f77-4710-bc8c-92c23e62cae5) When the breakpoint is triggered at "fun [79] return", as shown in the following figure: ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/26028060/72bdb19f-17de-41b6-a916-26f1cc6f94d1) At this point, the runtime is...

source debugger

https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/build-scripts/lldb_wasm.patch https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/core/iwasm/libraries/debug-engine/handler.c The qWasmStackValue command was called in llw_wasm.patch, but it was not found during runtime debugging, causing lldb to trigger a timeout when calling the command and exit debugging....