In VS.net, go to the Debug menu item, and select Exceptions... You will get a dialog box that allows you to select how you want exceptions handled. There is a tree view that shows a hierarchy of both win32 exceptions and C++ exceptions, and you can choose to break into the debugger at the time the exception is thrown, or only if it is not handled by the application. You can either set it for individual exceptions, or for entire classes of exceptions. Cheers, tim On Sep 15, 2005, at 12:35 PM, Felipe Magno de Almeida wrote:
On 9/15/05, Ben Hutchings
wrote: [snip]. You can avoid this by configuring the Visual Studio debugger to break when a Win32 exception is thrown, rather than only if it is unhandled.
Sorry if it is too obvious, but how do I do that?
Ben.
Thanks, -- Felipe Magno de Almeida Developer from synergy and Computer Science student from State University of Campinas(UNICAMP). Unicamp: http://www.ic.unicamp.br Synergy: http://www.synergy.com.br "There is no dark side of the moon really. Matter of fact it's all dark."
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users