| Perfil de PaulioIT BytesBlogListasScraps | Ajuda |
|
28 de fevereiro Remote debugging in Visual Studio 2008A quick post about a couple of potential gotcha's with remote debugging in VS2008. First off, you need to use the remote debugging monitor that ships with VS2008, although they look identical the VS2005 monitor won't work with VS2008. Next problem is where to find the monitor. In VS2005 it was a separate install on the VS2005 setup disks, in VS2008 it's installed into the common IDE folder under VS2008 (...Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\x86). You simply copy the files from there to the machine you want to monitor. As for getting it to use breakpoints and the like then it's back to the old tricks of remote debugging. Basically to make life easy it's much better to just rebuild the DLLs you're interested in and ship them to the target...saves a lot of hassle. 20 de fevereiro Visual Studio Addins not showingI've developed a small Add-in for Visual Studio and kept running into a rather odd problem. During the testing of the addin it would work fine, I'd see my Addin in the addin manager and I'd get a couple of new menu items showing under the tools menu. However, when I built a release version, copied the files into my VisualStudio 2008\Addins folder I could only see the Addin in the manager but not the menu items. Turns out that I just needed to get rid of the XXXFor Testing.Add file from the Addins folder. Well I renamed it to make it easier to debug later, but I certainly confused me for a while, I think the debug version should have a different name, which you can do by editing the .addin file.
|
|
|