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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
When I try to use rust debugging as usual it is working pretty well
But When swithc to use cargo workspaces, doesnt work.
I put several breakpoint then debug, it open dapgui and then suddenly closes.
Message on nvim say:
Compiling a debug build for debugging. This might take some time...
I tried to open dapgui again by
:lua require("dapgui").open()
and codelldbexited with code 101
Example of my dirs:
I am trying to debug adder/src/main.rs but target it is not in adder dir, it is one dir back
The text was updated successfully, but these errors were encountered: