Vs.Net Debugging Not working!

  • Thread starter Thread starter m3ckon
  • Start date Start date
M

m3ckon

Please help,

I am using vs.net 2003 to develop asp.net apps and for some reason the
debugging does not work.

When I set a breakpoint in a page, the code does not stop as it should
do.

Can someone please tell me how I re-enable debbuging??

(someone else in the company installed vs.net on my machine)

Thanks,

M3ckon
 
Are you trying to debug a release build?

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

nntp://news.microsoft.com/microsoft.public.dotnet.framework/<#[email protected]>

Please help,

I am using vs.net 2003 to develop asp.net apps and for some reason the
debugging does not work.

When I set a breakpoint in a page, the code does not stop as it should
do.

Can someone please tell me how I re-enable debbuging??

(someone else in the company installed vs.net on my machine)

Thanks,

M3ckon




---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.769 / Virus Database: 516 - Release Date: 24/09/2004



[microsoft.public.dotnet.framework]
 
there is a comprehensive debug walk thru posted on extremeexperts.com
it covers most debugging situations, you should start there
 
Back
Top