Debugging

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.)
 
S

S. Justin Gengo

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

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