Sometimes solutions are big, consisting of different project. When we have to debug these projects we get the notification that: Breakpoint will not currently be hit. No symbol loaded for this document.
To debug such project, following are the steps:
To debug such project, following are the steps:
- Clean solution
- Rebuild solution
- Run the executable project (by setting it as startup project)
- When the said activeX just launched by the executable, go to debug and attach to the executable containing the activeX
- now, easily debug the activeX project.
No comments:
Post a Comment