You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested dap-codelldb on a Crystal lucky project recently. it works on my arch linux with lldb/llvm 18.1.18, crystal 1.13.2, codelldb plugin version 1.10.0 on VSCode 1.93.1
After run dap-debug, select the configuration template crystal: debug current file, wait it build successful, then, i get error message like following:
/home/zw963/Dropbox/common/.emacs.d/plugins/dap-mode/.extension/vscode/codelldb/extension/adapter/codelldb --port 17977
[ERROR codelldb::dap_session] Deserialization error: data did not match any variant of untagged enum ResponseResult at line 1 column 84
i don't understand dap well, i guess the issue is, emacs dap-codelldb not respect my following initCommands config, right?
I tested dap-codelldb on a Crystal lucky project recently. it works on my arch linux with lldb/llvm 18.1.18, crystal 1.13.2, codelldb plugin version 1.10.0 on VSCode 1.93.1
Following is screenshot.
.vscode/launch.json
.vscode/tasks.json
Then, i tried it use emacs with dap-codelldb, like following.
After run
dap-debug
, select the configuration templatecrystal: debug current file
, wait it build successful, then, i get error message like following:i don't understand dap well, i guess the issue is, emacs dap-codelldb not respect my following initCommands config, right?
Thanks
The text was updated successfully, but these errors were encountered: