Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 9.0.1
-
None
Description
On my Ubuntu 22.04, when using lldb (version 14.0.0 in my case) debugger, it's not possible to issue "Run to Line" on a different source file then the current one. It just returns to the current debugged line!
It works OK if the line is on the same source (.cpp) file. Also, the feature works perfectly when using gdb.
A small git, showing the anomaly, can beĀ found bellow!