Switch Targets

Sysprogs forums Forums VisualGDB Switch Targets

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8632
    larrymccutchan
    Participant

    Background: My team uses two different targets during active development. One is a Ubuntu server (running in a vm) and the other is a target microprocessor (arm based). We do not have cross compiling yet, but build on the target.  Of course, each system has its own IP address.

    Question: Is there a way to easily select the target when building the solution? I am hoping there is a simple way to switch between these two targets for all projects in the solution. Right now we have to switch each project from one target to the other using the RemoteMachine under project settings.

     

    #8648
    support
    Keymaster

    If the ONLY difference between the machines is the host name/user name (no toolchain/flag differences), you can use VisualGDB Aliases: http://visualgdb.com/tutorials/linux/aliases/

    If you need to change more options, we recommend creating separate project configurations for those targets, configuring each configuration to use a different target and changing them by switching the solution configuration.

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