Re: Winedbg that catches exception raised in IsBadReadPtr

2004-02-23 Thread Eric Pouech
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

Re: Winedbg that catches exception raised in IsBadReadPtr

2004-02-23 Thread Fabian Cenedese
>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

Winedbg that catches exception raised in IsBadReadPtr

2004-02-23 Thread Christian Costa
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