Skip to content

debug

debug move function

usage:

debug <module> <func>
      <module>: module name
      <func>: function name

example

debug wasm_test use_const

then in your project's traces directory, you will get the trace file like this

wasm_test__wasm_test__use_const.json

then you can debug move function in vscode more information you can visit Debug Move

Released under the MIT License.