Move LLDB Binaries
Last updated
Last updated
source debugging
for this extension and use your own patched lldb
, please build lldb
firstly following this linux
for example), create bin
folder and lib
folder respectively in linux
directory, add following necessary target files into the foldersIf you are debugging this extension following this , {VS Code directory} will be
{WAMR root directory}/test-tools/wamr-ide/VSCode-Extension
. If you want to replace the current lldb with your own patched version so that you can use your patched lldb in VS Code, {VS Code directory} will be~/.vscode/extensions/wamr.wamride-1.1.2
or~/.vscode-server/extensions/wamr.wamride-1.1.2
.
Note: For macOS, the library is named like liblldb.13.0.1.dylib
.
debug
button in the extension panel.