When trying to debug a program using an debugger which is not installed, KDevelop will not cleanly stop the debug job & return to the Code area. Reproducible: Always Steps to Reproduce: * Select LLDB as debugger * Don't have lldb-mi installed * Debug program in KDevelop Actual Results: * You'll get a error popup telling you that lldb-mi is not found (okay) * The debug job does not exit (not okay) Expected Results: The debug job should exit cleanly, and KDevelop should return to the Code area
saw this today as well
It's due to LLDB plugin uses a different code path for error reporting. Working on a fix now.
Fixed in commit b72ece8