-
Problems Debugging!
If I attempt to run an asp.net website from visual sutdio (i.e. run it from the debugger/IDE), any breakpoints I set are not hit - asp.net just executes the line & doesn't break on it.
Coupled with this, any errors I have are thrown up in a new instance of visual studio, rather than the one I'm currently working in!
um, any ideas on what it's doing & how I sort these please?!?!?!
Thanks!
-
debugging
Hi, I had this error previously. You must have accidentally set the debugging to be turned off. I simply started a new project and copied the files into it as I was unable to find an option to re-set the debugging to on.