debug
debug move function
usage:
debug <module> <func>
<module>: module name
<func>: function nameexample
debug wasm_test use_constthen in your project's traces directory, you will get the trace file like this
wasm_test__wasm_test__use_const.jsonthen you can debug move function in vscode more information you can visit Debug Move

