Must I change the property in 26 projects or is there a soultion level way of doing it

  • Thread starter Thread starter academic
  • Start date Start date
A

academic

After a Debug run I notice some Exceptions listed in the Output window.

I'd like to cause the app to break on any warning so I can see where it
occurs.

The best I can find if a property at the project level but I have 26
projects.

Must I change the property in 26 projects or is there a solution level way
of doing it?



Thanks
 
academic said:
After a Debug run I notice some Exceptions listed in the Output window.

I'd like to cause the app to break on any warning so I can see where it
occurs.

The best I can find if a property at the project level but I have 26
projects.

Must I change the property in 26 projects or is there a solution level way
of doing it?



Thanks

There is an option in the IDE to do this. It is under debug->Exceptions

Turn on always break in the debugger.
Chris
 
I found debug->Exceptions but can't find any thing like
always break in the debugger
I'm using vs2005

thanks
 
academic said:
I found debug->Exceptions but can't find any thing like
always break in the debugger
I'm using vs2005

thanks

In vs2005 you check the thrown column for Common Language Runtime
Exceptions.

Chris
 
I did that and it broke inside a Try.
Since I'm catching it I wouldn't expect a message in Output Window.

I can try again - what I did last time was to check all in that column.

Thanks
 
Actually the messages are in my Immediate window
not my Output window

I tried various combinations, one box checked, both columns checked,...

Either it never stops or else it stops at in my Try's

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top