Debugging problems :-(

  • Thread starter Thread starter Simon Harvey
  • Start date Start date
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
 
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
 
Back
Top