https://bugs.kde.org/show_bug.cgi?id=391897
--- Comment #2 from joonato...@gmail.com --- (In reply to Aetf from comment #1) > This is only a warning and doesn't cause any problem with actual debugging. > Anyway, fix posted to https://phabricator.kde.org/D11524 > > BTW, newly created project uses empty CMAKE_BUILD_TYPE by default, so the > built binary doesn't include debug symbols. That's why the debugger seems > not working. > > Try reconfigure cmake in project settings by setting CMAKE_BUILD_TYPE to > Debug and rebuild, then the debugger will work correctly. Doesn't look like the project is running at all? It needs to be stopped manually, and no output appears in the konsole tab. `file` shows `test123: ELF 64-bit [...], with debug_info, not stripped`, and debugging manually with `lldb` seems to work just fine? Am I just missing something? -- You are receiving this mail because: You are watching all bug changes.