'Could not start debugger. Could not run 'lldb-mi'. Make sure that the path name is specified correctly
I'm facing this error when launching the C++ debug on KDevelop.
Where does this error originate? Any idea would be appreciated. thanks.
Solution 1:[1]
Fixed by installing lldb-mi-git
AUR package.
paru -S lldb-mi-git
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | UdaraWanasinghe |