Reset Visual GDB to default settings

Sysprogs forums Forums VisualGDB Reset Visual GDB to default settings

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22337
    IkennaOkafor
    Participant

    Is there a way to reset visual GDB to its default settings, including text editor settings like formatting and intellisense?

    #22343
    support
    Keymaster

    Hi,

    Most of the VisualGDB’s settings are stored in registry under HKEY_CURRENT_USER\Software\Sysprogs\VisualGDB\Settings, so you can delete the subkeys of this key (don’t delete the key itself, as it would break the license-related logic and make VisualGDB unusable on that machine).

    The only subset of settings not affected by this is Tools->Options->Text Editor->C/C++ (VisualGDB)->General/Scroll Bars/Tabs as those settings are managed by Visual Studio itself. The easiest way to reset those 3 tabs is to simply copy the values from any other language (e.g. regular C/C++).

    #22351
    IkennaOkafor
    Participant

    Thanks This solution worked

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