asp.net debug

  • Thread starter Thread starter abcd
  • Start date Start date
A

abcd

I have asp.net project written in C#

I am asp programmer. whehn I used to debug asp application I have to put
stop and the debugger used to stop...whats the way in debugging asp.net
application

thanks ina advance
 
What programming environment are you using to debug it?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
C#.net

Kevin Spencer said:
What programming environment are you using to debug it?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
Visual Studio 2003, C#.net

Kevin Spencer said:
What programming environment are you using to debug it?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
Put a breakpoint into the code. You can do this by clicking the grey margin
next to the line you want to pause at. Visual Studio.Net has very powerful
professional debugging tools. You might want to read up on them all.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
Back
Top