How to debug rust backend in mono repo project? #868
-
I have a mono repo project with
still that didn't work as well. If I open the backend separately in vscode then the debug just works fine but from the root folder how this lldb can be configured so that it can be debugged from the single vscode app? My mono repo structure is something like:
Any idea or help would be really appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What is the error? Can you attach a verbose.log? |
Beta Was this translation helpful? Give feedback.
-
I meant lldb.verboseLogging. But anyhow, the error seems plain enough - Cargo can't find the "graphql" dependency crate when building your project, so it never gets to the debugging phase. |
Beta Was this translation helpful? Give feedback.
I meant lldb.verboseLogging. But anyhow, the error seems plain enough - Cargo can't find the "graphql" dependency crate when building your project, so it never gets to the debugging phase.