asp.net debug

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
 
K

Kevin Spencer

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.
 
A

abcd

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.
 
A

abcd

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.
 
K

Kevin Spencer

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.
 

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

Top