Exception at 0x7ffab88fd10d, code: 0x40010005 breakpoint
-
Hello, after encountering a breakpoint at startup with Exception at 0x7ffab88fd10d, code: 0x40010005 breakpoint, I am using Windows 10. The application runs very well without debugging, but as soon as I run it with debugging, it immediately hits a breakpoint. I have tried various settings in CDB without success! I used -c "sxn 0x40010005" to bypass the problem, but then it runs and closes right away. I’m a newbie with Qt, so kindly please help."
-
C Christian Ehrlicher moved this topic from General and Desktop
-
@unknown_error
I do not use Windows/MSVC/CDB so cannot answer any deeper than this, but it is a "first chance exception". That is an MSVC debugger thing and should be ignored --- you are not interested in any first chance exceptions which occur. Try unchecking that First chance exceptions checkbox? Does the debugger actually stop at that breakpoint? In which case you will just have to continue from there. I do not know if you can permanently ignore it.