Skip to content

Commit

Permalink
Update PipeTransport.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyneff authored Mar 14, 2017
1 parent 13375a7 commit e8e80cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Debugger/gdb/PipeTransport.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pipe Transport allows communication through a pipe program to a remote shell. An

## How-To
We have added `"pipeTransport"` as an option within the `launch.json` file. The structure looks as follows:
```
```json
"pipeTransport": {
"pipeCwd": "/usr/bin",
"pipeProgram": "/usr/bin/ssh",
Expand All @@ -18,7 +18,7 @@ We have added `"pipeTransport"` as an option within the `launch.json` file. The
The `pipeArgs` can be any set of arguments necessary to setup and authenticate the pipe connection. In the example, a password is used but you can also use an ssh key.

You may also need to add a `sourceFileMap` to map the path of where the code exists on the remote shell to where it is locally:
```
```json
"sourceFileMap": {
// "remote": "local"
"/home/user/src": "/src/projectA/src"
Expand Down

0 comments on commit e8e80cc

Please sign in to comment.