zoukankan      html  css  js  c++  java
  • removing vmware debugger from visual studio

    removing vmware debugger from visual studio

    by Ross on 十月 14, 2010 at 5:30 下午 under Visual Studio | VMWare

    A quick tip to anyone who's having trouble with removing the VMWare debugger("VMDebugger") from Visual Studio. Usually the first step is to run the uninstaller on VMWare and remove the debugger from the installed features. This doesn't work all the time though. You'll either have an issue saying the msi failed, or the installer may say "Rather than using the Modify/Change option through Add/Remove Programs, run the original VMWare Workstation installer again to modify this application".

    The easiest way to do this is by renaming or removing the directory X:installationpathVMwareVMware WorkstationVisual Studio Integrated Debugger

    Next, start up Visual Studio and it should pop up an error message that it can't load up a plugin and if you want to remove it from the Add-In Manager permanently. Hit yes, and it should stop it from loading again. Shut down Visual Studio and relaunch it to see if the plugin's now removed. If ithe error message pops up again, you'll need to run VS in administrative mode, go through the error again, and then you should be set. Loading up in non-administrative mode won't load the plugin anymore either.

    关键是在提示出错的时候要用系统管理员身份运行VS,实测VS2010通过。

  • 相关阅读:
    HDU 1009 FatMouse' Trade
    python正则表达式
    Python学习week5
    Python学习week4
    Python学习week3
    Python学习week2
    Python学习week1
    生活的艰辛(最小割,最大密度子图)
    最大获利(最小割,最大权闭合图,最大密度子图)
    最大密度子图
  • 原文地址:https://www.cnblogs.com/s5689412/p/4024500.html
Copyright © 2011-2022 走看看