donaldc104 Posted January 23, 2003 Posted January 23, 2003 My Debugger stopped working abruptly. Error message = "? The breakpoint will not be hit. No symbols have been loaded for this document". How do I get it working again? I can't find this error message mentioned the on-line docs. Any clues would be appreciated. Quote
Datahighway Posted January 23, 2003 Posted January 23, 2003 Can you Debug the Project by pressing the Key Strg + F5 ? Quote
*Gurus* divil Posted January 23, 2003 *Gurus* Posted January 23, 2003 Did you actually build your project with debugging symbols turned on (i.e., using the "Debug" build configuration rather than the Release one). Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
donaldc104 Posted January 23, 2003 Author Posted January 23, 2003 Problem Solved. Config Release vs Debug Problem Solved. Just confirming. Thanks for the fix, fellows ! I had left my CONFIGURATION MANAGER setting at RELEASE, and this apparently disables the debugger. I set it back to DEBUG, this fixed the problem. I wish the messages in VB.NET were more specific. Error numbers with a look-up reference would help. Quote
*Gurus* divil Posted January 23, 2003 *Gurus* Posted January 23, 2003 There you go then. When you omit debug symbols from a build, there is nothing to tell the debugger whereabouts in source code you are. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.