Debugging problems :-(

S

Simon Harvey

Hi everyone,

I'm having a problem getting an application of mine to debug in Visual
Studio. I have handled quite a few errors before but this one has got me
stuck because it doesnt give an error message.

I've added my account to debuggers and so on, so its not that. The
web.config is setup right.

What happens is, when I put a breakpoint in the code and hit debug, the
application doesnt break. I've put loads of breakpoints all over my
application and they are just ignored!

Has anyone ever experienced this before. I could really do with some help on
this one

Thanks everyone

Simon
 
G

Guest

Is the application in release mode instead of debug mode (that would give the exact affect you're describing)? Check Build > Config Manager.

Tim Stall

----- Simon Harvey wrote: -----

Hi everyone,

I'm having a problem getting an application of mine to debug in Visual
Studio. I have handled quite a few errors before but this one has got me
stuck because it doesnt give an error message.

I've added my account to debuggers and so on, so its not that. The
web.config is setup right.

What happens is, when I put a breakpoint in the code and hit debug, the
application doesnt break. I've put loads of breakpoints all over my
application and they are just ignored!

Has anyone ever experienced this before. I could really do with some help on
this one

Thanks everyone

Simon
 

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