[Qt-interest] Visual studio Just in time Debugger
David Ching
dc at remove-this.dcsoft.com
Tue Jul 14 16:16:16 CEST 2009
"Yuvaraj R" <yuvaraj at ongobiz.com> wrote in message
news:2d2f12f30907140103p49eff4a9j531f85d9fbdf2077 at mail.gmail.com...
> Thanks for yours replys.
>
> I had traced this issue in google. In Visual studio there some option
> is there to disable the the pop-up Messages..
>
> Like that can we disable in QT ?
>
> Thanks
>
> Yuvaraj R
>
There is an option in Visual Studio to disable the JIT debugger, but if you
do that, you will just get a different error message that simply says your
program crashed. The problem is not the message box, it is the crash that
causes the message box. As everyone is telling you, fix that crash and the
message box will go away.
-- David
More information about the Qt-interest-old
mailing list