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

Developer technologies | Visual Studio | Setup
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.