Directory is missing or inaccessible. #696
Replies: 2 comments 2 replies
-
Note that this is "a possible cause". There may be other reasons, but unfortunately LLDB does not provide granular information about failed launches. |
Beta Was this translation helpful? Give feedback.
-
I have decided the easiest answer for me is to just use gdb, because I don't want to install vscode or do anything super complicating. Cheers ;) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if this is already an issue, I couldn't find anything similar, anyway, error:
The directory does in fact exist, as you can probably tell I'm using WSL to compile my C++ code, I'm using MingW to compile to Windows for the debugger, moving the executable to my C:\ drive doesn't work either, it seems giving it a directory that exists gives me the error above, and giving it a directory that doesn't exist give me this error:
... an error occured, unable to find executable for '<directory+main.exe>'
.Beta Was this translation helpful? Give feedback.
All reactions