Fabian Cenedese a écrit :
Winedbg catches the exception raised and handled in a __TRY/__EXCEPT/__ENTRY statement
in the IsBadReadPtr function.
Is it a normal behaviour? And if yes how can I disable it?
Without Winedbg everything is fine.
Winedbg catches every exception. But you can pass it on to
>Winedbg catches the exception raised and handled in a __TRY/__EXCEPT/__ENTRY
>statement in the IsBadReadPtr function.
>Is it a normal behaviour? And if yes how can I disable it?
>Without Winedbg everything is fine.
Winedbg catches every exception. But you can pass it on to the application
with
Hi,
Winedbg catches the exception raised and handled in a
__TRY/__EXCEPT/__ENTRY statement in the IsBadReadPtr function.
Is it a normal behaviour? And if yes how can I disable it?
Without Winedbg everything is fine.
Thanks in advance,
Bye,
Christian