VS 2003 IDE: How to filter specific exceptions in output window?
- From: "Vic" <victor@xxxxxxxxx>
- Date: 14 Jun 2006 06:34:03 -0700
I'm debugging a VC++ app inside Visual Studio 2003. The app also uses
Sun's JDK / JNI.
At run-time my output window is polluted by numerous lines like that:
First-chance exception at 0x00b9a99b in java.exe: 0xC0000005: Access
violation reading location 0x00000000.
I already found out that surprisingly Sun writes "[Java] uses access
violations for internal communication. It's not unusual to see this in
the Windows debugger". Sounds unusual, but I have to live with it
I'm already ignoring this exception using the VS exception dialog, but
this does not stop the spill onto my output window.
How do I achieve that this specific exception is not printed in my
output window where between the endless lines of crap it may hide real
problems?
Any help appreciated.
.
- Prev by Date: Re: Dynamic Help does not show function help
- Next by Date: Re: OutputDebugString not working in VC2005 (was "not working in plain C++ app")
- Previous by thread: OutputDebugString not work in plain C++ app
- Next by thread: VS 2005 missing Edit.MatchCase and Edit.WholeWord relative to VS 2003?
- Index(es):
Relevant Pages
|