Browse Blog Posts by Tags
-
Q : The DTE.Events.BuildEvents.OnBuildBegin event is not always triggered in some debugging scenarios where it is expected. In these scenarios the OnBuildDone event is triggered without the OnBuildBegin event. In the OnBuildBegin event method the macro project is unloaded and the PDB bit files are deleted...
-
During out of process debugging occasionally the pdb file becomes locked and prevents builds from finishing successfully. The VstaDesignTimeIntegration . DeleteMacroPdb method, called in OnBuildBegin, is suppose to ensure that this does not happen by cycling until the bits are no longer locked, then...