Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 9.0.1
-
None
-
-
4b9054c46 (10.0)
Description
When debugging a Python script, the debugger always stops at first script statement line.
You can run to the first breakpoint by pressing F5 afterwards.
I first got a messagebox stating that something with the breakpoints went wrong, but I'm not getting this anymore, even when running with `-tcs`.
Sample project with debugger log attached.