Debugging

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an ASP>NET application in C#. I am unable to get into debug mode even after setting the breakpoint in Visual Studio. What could be the cause? (I have set the debug tag in web.config to true.)
 
Geetha,

In the toolbar there is a dropdown list with the choices Debug, Release, and
Configuration Manger. That drop down needs to be set to Debug for debugging
to work. Is it possible that it's set to release?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche


geetha said:
I have an ASP>NET application in C#. I am unable to get into debug mode
even after setting the breakpoint in Visual Studio. What could be the cause?
(I have set the debug tag in web.config to true.)
 
Back
Top