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 6410ec0 commit fde8d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Debugger/gdb/PipeTransport.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ The `pipeTransport` can also be used to debug a process in a Docker container. F
},
```

Launching a process is accomplished by starting a container and then using the same `pipeTransport` launch additional processes in the container. See this `[launch.json](https://github.com/andyneff/hello-world-gdb/blob/master/.vscode/launch.json)` for a [full example](https://github.com/andyneff/hello-world-gdb/)
Launching a process is accomplished by starting a container and then using the same `pipeTransport` launch additional processes in the container. See this [`launch.json`](https://github.com/andyneff/hello-world-gdb/blob/master/.vscode/launch.json) for a [full example](https://github.com/andyneff/hello-world-gdb/)

0 comments on commit fde8d57

Please sign in to comment.