visual studio 2017 c++ linux remote debug

Natanel Eizenberg 1 Reputation point
2020-08-13T16:49:47.843+00:00

Hi
I would like to use VS2017 on windows 10 for LINUX project as such

1) using WSL with localhost for build and compile, this part I can find in documents
but
2) using remote LINUX machine for running debug , dbgserver

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
970 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
    2020-08-14T02:55:12.803+00:00

    Hi NatanelEizenberg,

    You could view the document: Deploy, run and debug your Linux MSBuild project.

    1. Select debugging mode in the Debugging property page;
    2. Select the remote target using the standard Debug toolbar in Visual Studio;
    3. Set a breakpoint;
    4. Press F5 (or Debug > Start Debugging) to start debugging.

    Hope it helps.

    Sincerely,
    Anna

    0 comments No comments