Qt creator debugger stops at LdrInitShimEngineDynamic
-
Hi ,
I am developiong a c++ app and off late Qt creator debugger stops at LdrInitShimEngineDynamic in ntdll and it would
not move further.
Anyone faced the same issue ? Any pointer ?thanks in advance
thanks & warm regards
~ Rudresh -
@jsulm
Hi
Thanks. It does not proceed further. I try to continue ( F5 ) to no avail.thanks & warm regards,
~ Rudresh -
Hi ,
Thanks. It shows ntdll apis.
I have also tried to have a sample project. It behaves the same way.
thanks & warm regards,
~ Rudresh -
@Rudresh Did you notice that QtCreator is telling you that your Kit has no debugger configured?
And did you actually check the stack trace on the right side ("Threads:")? -
@jsulm said in Qt creator debugger stops at LdrInitShimEngineDynamic:
tack trace on the right side ("Threads:")?
Hi ,
Thanks.
I specified debugger in kit settings.
Threads show only ntdll as shown in png.
thanks & warm regards
~ Rudresh -
C Christian Ehrlicher moved this topic from General and Desktop on
-
I had the same problem.
Try these steps:- Delete the %APPDATA%/QtProject folder. You may want to make a backup copy first, as all your QtCreator settings will be reset.
- If step 1 does not help, try reinstalling the MSVC compiler and CDB debugger (installed separately using Debugging Tools for Windows).
I didn’t look into the problem in more detail, it seems like something happened to the debugger configuration.