From 13375a7b899cdef64207b6d8b17fe2daa0627ef1 Mon Sep 17 00:00:00 2001 From: Andy Neff Date: Tue, 14 Mar 2017 19:55:32 -0400 Subject: [PATCH] Update PipeTransport.md --- Documentation/Debugger/gdb/PipeTransport.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Debugger/gdb/PipeTransport.md b/Documentation/Debugger/gdb/PipeTransport.md index 4cc170dc47..928687cee3 100644 --- a/Documentation/Debugger/gdb/PipeTransport.md +++ b/Documentation/Debugger/gdb/PipeTransport.md @@ -47,4 +47,6 @@ The `pipeTransport` can also be used to debug a process in a Docker container. F }, ``` +Where `hello_gdb` is the name of your container. + 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/)