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.
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.
Install the
.vsix
file from VSCode
Now, enjoy the VSCode’s debugging session! This video demonstrates the basic usage of the extension.