newbiew ( debugging question )

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

iam new to asp.net debugging, i was just wondering if there was any
option in the IDE which i can change to throw all the exceptions in the
IDE while deugging, something like VB 6's 'break on all errors' ?
TIA
-ashish
 
Kevin said:
That is turned on by default.
but it is nt stopping when an unhandled error is raised ?, i want it to
tell me while debugging, where (exact line ) the error occured
is that possible with asp.net pages debugging ?
-ashish
 
Well, if you go to your Debug menu, and select "Exceptions" you can
customize how and when your debugger breaks in every conceivable way.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top