1 year ago
#351045
Mark
Can a breakpoint be hit in a project that isn't the primary startup project of a multiple project solution?
I am working in a Solution having multiple projects. The startup project and one other project of concern is the prompt of this question.
I have no issues setting/hitting breakpoints of code within the Startup project but no breakpoints are being hit in the other. Both are web apps and when the page loads the Startup project displays the main page with a link that points to a webpage in the other Project. When I click the link in the page of the Main project, it points to a page in the other project but no breakpoints are ever being hit.
Warning message when hovering over the breakpoint states, "The breakpoint will not currently be hit. No symbols have been loaded for this document"
Should I not be able to hit the breakpoint of the other Project which isn't designated as Startup?
I'd also add that the webpages are configured using local IIS, not IIS Express but I wouldn't think that should make a difference.
I've gone through every possible area of configuration where I've known this type of issue to happen and despite covering all basis, this error persists. I've even gone through Tools -> Options - Debugging -> Symbols and ensured the symbol server has been specified and etc.
All configurations are set to Debug. I've deleted the obj/bin/vs directories, cleaned, rebuilt and also restarted VS without any resolve.
I would have expected this problem not to still be persistent after all these steps
visual-studio
debugging
debug-symbols
0 Answers
Your Answer