Home All Groups Group Topic Archive Search About

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

Author
13 Feb 2006 1:12 AM
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

Author
13 Feb 2006 1:25 AM
Chris
academic wrote:
Show quoteHide quote
> 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
Author
13 Feb 2006 1:58 AM
academic
I found debug->Exceptions but can't find any thing like
always break in the debugger
I'm using vs2005

thanks


Show quoteHide quote
> There is an option in the IDE to do this.  It is under debug->Exceptions
>
> Turn on always break in the debugger.
> Chris
Author
13 Feb 2006 2:36 AM
Chris
academic wrote:
Show quoteHide quote
> I found debug->Exceptions but can't find any thing like
> always break in the debugger
> I'm using vs2005
>
> thanks
>
>
>
>>There is an option in the IDE to do this.  It is under debug->Exceptions
>>
>>Turn on always break in the debugger.
>>Chris
>
>
>

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

Chris
Author
13 Feb 2006 1:43 PM
academic
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

Show quoteHide quote
>
> In vs2005 you check the thrown column for Common Language Runtime
> Exceptions.
>
> Chris
Author
13 Feb 2006 2:46 PM
academic
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


Show quoteHide quote
" academic" <acade***@a-znet.com> wrote in message
news:ewm4COKMGHA.3052@TK2MSFTNGP10.phx.gbl...
>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
>
>>
>> In vs2005 you check the thrown column for Common Language Runtime
>> Exceptions.
>>
>> Chris
>
>