RE: Disabling exception trace messages



By the way, do not use "mixed mode debugging" of your native project, you
can specify the debugger type to "Native Only" in the project properties
dialog box. The mixed-mode debugger will be somehow slow.

Also, you can try to turn off property evaluation in the debugger windows.
To turn off property evaluation. you can do the following steps inside the
VS2003 IDE:

1. From the Tools menu, choose Options.
2. In the Options dialog box, open the Debugging folder and select the
General category.
3. Clear the Allow property evaluation in variables windows check box.


Wish it helps!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

.


Loading