Qt 6.11 is out! See what's new in the release
blog
QtCreator6 Step-over always stuck on somewhere, but run to breakpoint is OK
-
Hi ,all.
Windows10 + QtCreator6.0.2 + VS2017 + 5.14.1
I am wondering if you guys encountered this situation:
when you using Step-over to debug the code ,suddently it runs away and stuck just there.
even click 'Stop Debugger' will not do anything.
All you can do is : open task manager and kill cdb.exe so QtCreator will resotre and propmt:
But, if you donot use Step-over and just run to breakpoint ,the problem will not show.

I have try QtCreator from 4.x to 6.x.
And the problem run the same.
Why and how to avoid this? seems Visualstudio would not have this problem.