Multiple binaires in 1 makefile

Sysprogs forums Forums VisualGDB Multiple binaires in 1 makefile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20874
    twdi
    Participant

    I’ve imported provided sourcefiles and a makefile into a new visualgdb project for VS2017. The project contains a client and a server binary. After the import the wizard asked for the main binairy and I’ve selected the server component. Now I want to change it to the client so I can also debug the client part.

    How can I select which binary is used for debugging? I did not find this.

     

    #20877
    support
    Keymaster

    Hi,

    If you have imported the project as an externally built custom project, you can change the main executable path on the Build Settings page of VisualGDB Project Properties.

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