how to deal with valueless callstack when an exception finally propagated from unmanaged code to managed code? - DOTNET
This is a discussion on how to deal with valueless callstack when an exception finally propagated from unmanaged code to managed code? - DOTNET ; Suppose that an exception occured at unmamaged code, and unfortunately
didn't get caught where it should be caught, finally it's caught by
the outermost try/catch block located at managed code. At that moment,
we usually only got poor callstack for ...
-
how to deal with valueless callstack when an exception finally propagated from unmanaged code to managed code?
Suppose that an exception occured at unmamaged code, and unfortunately
didn't get caught where it should be caught, finally it's caught by
the outermost try/catch block located at managed code. At that moment,
we usually only got poor callstack for managed code, however, it's
valueless for debugging real problem, you know.
How can I deal with this situation? Is there any effective mechanism
to preserve more value callstack and to improve the debugging?
Thanks.
-
Re: how to deal with valueless callstack when an exception finally propagated from unmanaged code to managed code?
Hi,
You should consider using WinDBG -
http://www.microsoft.com/whdc/devtoo.../whatsnew.mspx
--
Thanks!
Gaurav
WinToolZone - http://www.wintoolzone.com/
Inside and Out - http://www.wintoolzone.com/blog/
The information in this post is provided "AS IS" with no warranties, and
confers no rights.
"dotNeter" <Buddhist.CHinA> wrote in message
news:1179193962.485694.39880@p77g2000hsh.googlegroups.com...
> Suppose that an exception occured at unmamaged code, and unfortunately
> didn't get caught where it should be caught, finally it's caught by
> the outermost try/catch block located at managed code. At that moment,
> we usually only got poor callstack for managed code, however, it's
> valueless for debugging real problem, you know.
> How can I deal with this situation? Is there any effective mechanism
> to preserve more value callstack and to improve the debugging?
> Thanks.
>
Similar Threads
-
By Application Development in forum DOTNET
Replies: 3
Last Post: 09-11-2007, 11:48 AM
-
By Application Development in forum DOTNET
Replies: 3
Last Post: 05-29-2007, 10:17 AM
-
By Application Development in forum CSharp
Replies: 0
Last Post: 05-10-2007, 09:52 AM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 08-16-2006, 02:51 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 06-08-2006, 05:48 AM