Why cant I debug a user control?

  • Thread starter Thread starter Rob Meade
  • Start date Start date
R

Rob Meade

Hi all,

I can happily use the debug in VS for checking my code for all my pages,
except for any of my web user controls - and as this is where all my
problems seem to lie at the moment (see my thread entitled "Not sure what
I'm missing") - its a bit of a pain...

Any easy to understand - simple - explanation would be appreciated...I'm
still a bit 'green' with the .net stuff :o)

Regards

Rob
 
Hi,

Debugging web user control is the same as debugging asp.net pages. if
just one page or user control not responding to breakpoint it probably
due to problem in that page / user control.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
...
Debugging web user control is the same as debugging asp.net pages. if
just one page or user control not responding to breakpoint it probably
due to problem in that page / user control.

Hi Natty,

Turns out that the code was never being called - hence the break points not
kicking in... :o/

Thanks though,

Regards

Rob
 
Back
Top