Qt creator debugger stops at LdrInitShimEngineDynamic
-
wrote on 11 Jul 2023, 04:03 last edited by
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 -
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?
-
@jsulm
Hi
Thanks. It does not proceed further. I try to continue ( F5 ) to no avail.thanks & warm regards,
~ Rudresh@Rudresh Again: is it a crash? What does stack trace tell you?
-
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:")? -
@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:")?wrote on 11 Jul 2023, 05:56 last edited by@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 -
@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?
-
-
wrote on 15 May 2024, 15:49 last edited by
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.
9/10