Heybo Blog

If you look at me when I'm talking, you'll see what I'm saying ... about Tech and .NET discoveries!

My Links

News

Story Categories

Archives

Post Categories

Image Galleries

Login

Blog Stats

Links

Personal Websites

The breakpoint will not currently be hit. No symbols have been loaded.

While trying to debug an application you may see a break point with a question mark. When you view the details you may see, “The breakpoint will not currently be hit. No symbols have been loaded.”. I have run across this before, and decided to add a note about it here to help you. The reason for this is the project is not configured for debugging information. To change the configuration, right click on the project, and choose Properties. Under Properties select the Configuration Properties > Build item and change 'Generate Debugging Information' to True. This should solve your no break point break point problem.

posted on Friday, May 06, 2005 10:54 AM

Feedback

# re: The breakpoint will not currently be hit. No symbols have been loaded. 6/23/2005 3:55 PM Tela

It doesnt work for me. I already have the 'Generate Debugging Information' set to true, but it doesnt work.
help!!!!!

# re: The breakpoint will not currently be hit. No symbols have been loaded. 9/2/2005 12:27 AM mario

I had the same problem, what I did was to delete from the GAC the assembly I was trying to debug and then run the debugger again, then voila the breakpoint was hit.

The problem was tha my application was always trying to load the assembly from the GAC instead of the one I was pointing to.

Another solution could be to change the version number of the assembly you are trying to debug.

Cheers!

# re: The breakpoint will not currently be hit. No symbols have been loaded. 10/13/2006 7:41 AM russland

how can you delete something from the GAC?

Title  
Name  
Url
Comments   
Protected by Clearscreen.SharpHIPEnter the code you see: