I have debugged my code in the past using F10 and F11. F11 is great because I can step into methods. For some reason I can now use F10 in my project, however I am not able to deep trace into my code using the F11 button. For example I can't trace into method calls within other methods. For some reason it appears as if old compiled code is being used. I deliberately created an error in a method so that an exception would be thrown. However that code is now being ignored, and I can't even F11 into the method being called, so that I can see what lines of code are being executed.
↧