Debugging wasm with VSCode

Posted in debug, tool on October 26, 2022 by Xu Jun ‐ 1 min read

Debugging with VSCode

VSCode’s flexible extension system make it very easy to integrate any debuggers to its UI, we have developed a VSCode extension to provide some simple project management functionality, and of cause, including the debugging feature.

  1. Build the extension from source

    Please follow this document to build the extension package.

    We are planning to automatically publish this extension by GitHub action, once finished, this step is not necessary.

  2. Install the .vsix file from VSCode

Now, enjoy the VSCode’s debugging session! This video demonstrates the basic usage of the extension.

Interested in WAMR?
GitHub Repo stars GitHub forks