https://bugs.kde.org/show_bug.cgi?id=507463
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |igor...@gmail.com Status|REPORTED |CONFIRMED --- Comment #3 from Igor Kushnir <igor...@gmail.com> --- KDevelop splits the executable URL into arguments. I think it does that in order to detect potential quoting or meta character issues when a final, effective command line is formed (for running, debugging or profiling the program). Running your executable fails at https://invent.kde.org/kdevelop/kdevelop/-/blob/e57ce526f7d6ef936881b3fdc1e8540b6888d29c/plugins/execute/executeplugin.cpp#L162 because of a quoting error. I am not sure a quote in the executable path can be properly supported for all possible uses of launch configurations. If making this work is important to you, feel free to fix and create a merge request. The fix will have to be thoroughly tested in different launch scenarios. -- You are receiving this mail because: You are watching all bug changes.