
Hello - I have an application that's been in place for a few months. For some reason, my CRM Plugins module is no longer loading as part of the debug process. Breakpoints are empty, and display the following error message:
"The breakpoint will not currently be hit. No symbols have been loaded for this document."
I'm following the standard deployment/debug process that I always do. Taking 1 step back from this issue, all modules in process for debug can be viewed in debug mode at the following path: Debug > Windows > Modules
I don't see my plugins assembly listed in this view. I'm assuming that I should. Can you please check this out in your CRM environment, and validate that this is the expected behavior? If my plugins assembly is not displayed in this view, there must be a logical explanation for this, and some way to fix? Have you encountered this behavior before, and if so, then can you explain how to fix?
*This post is locked for comments
I have the same question (0)Try this: n Visual studio > tools >options > debugging, uncheck "Enable just my code (managed only)"
See BrunoLucas's response on this thread: social.microsoft.com/.../the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document
- it allowed me to see my module loaded.