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 -
@Rudresh So, is the app crashing at that point? Or what exactly does "stop" mean?
-
@Rudresh Again: is it a crash? What does stack trace tell you?
-
@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 -
@Rudresh Does you app run if you start it without debugger?
-
-
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.
2/10