no menu visualddk after installing VisualGDB [Solved]

Sysprogs forums Forums VisualGDB no menu visualddk after installing VisualGDB [Solved]

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #405
    IzTexasa
    Participant

    After installing VisualGDB, no menu visualddk to debug menu. Reinstall, – did not help …

    #2037
    support
    Keymaster

    Hi, please run the following commands:

    devenv /resetaddin VisualGDB.AddIn
    devenv /resetaddin DDKDebugConsole.Connect
    devenv /resetaddin DDKDebugLauncher.Connect
    devenv /resetaddin DDKProjectProperties.Connect

    It will reset all addin settings.

    If this does not help, please execute the Tools->Addins command in Visual Studio and ensure that all VisualDDK addins are enabled.

    Note that if you import previously saved Visual Studio settings after installing VisualGDB/VisualDDK, the newly created menus will be reset. Running /resetaddin will always restore the add-in menus to their default state.

    #2036
    IzTexasa
    Participant

    @bazis wrote:

    devenv /resetaddin VisualGDB.AddIn
    devenv /resetaddin DDKDebugConsole.Connect
    devenv /resetaddin DDKDebugLauncher.Connect
    devenv /resetaddin DDKProjectProperties.Connect

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.