From e3638f0f4826e5b828a3f5fae12359e7828e9d29 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 19 Apr 2019 13:54:14 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index defa385..7c6153f 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Some things to try: 2. **Terminal:** Press ctrl+shift+\` and type `uname` and other Linux commands from the terminal window. 2. **Build, Run, and Debug:** 1. Open `sever.go` - 2. Add a breakpoint. + 2. Add a breakpoint (e.g. on line 22). 3. Press F5 to launch the app in the container. - 4. Open a local browser and go to `http://localhost:9000` and note you can connect to the server in the container. 5. Once the breakpoint is hit, try hovering over variables, examining locals, and more. + 4. Continue, then open a local browser and go to `http://localhost:9000` and note you can connect to the server in the container. 3. **Forward another port:** - 1. Stop debugging + 1. Stop debugging and remove the breakpoint. 2. Open `sever.go` 3. Change the server port to 5000. (`portNumber := "5000"`) 4. Press F5 to launch the app in the container.