VisualGDB Settings across multiple projects in a single solution

Sysprogs forums Forums VisualGDB VisualGDB Settings across multiple projects in a single solution

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6594
    bedehaan
    Participant

    Is there a way to propagate VisualGDB settings across multiple projects in a single Visual Studio solution? For example, say I have solution ‘X’ and within that I have projects ‘A’, ‘B’, etc. I would like to change settings for project ‘A’ and have those settings propagate to ‘B’ as well. This would be a nicety for solutions that have lots of projects.

    Thanks

    #6602
    support
    Keymaster

    This is not possible directly, however you can use 2 workarounds:

    • If the settings you want to change are host/user names, consider using SSH aliases: http://visualgdb.com/tutorials/linux/aliases/
    • For other settings consider doing a find-and-replace in the .vgdbsettings files. Those files contain all VisualGDB settings in XML format.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.