Skip to content

Commit

Permalink
review changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
apmattil committed Feb 28, 2019
1 parent b157322 commit 1fa8f4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -15,9 +15,9 @@ Either `apm install go-debug` or search for `go-debug` in the settings.
If this fails you can still do it manually by using this guide: https://github.com/derekparker/delve/tree/master/Documentation/installation

## Usage
Use F5 to lauch the debug window (the one on the right).
At selected line press F9 to set (or togle) break point.
other [other function keys](#keys).
Use F5 to launch the debug window (the one on the right).
At selected line press F9 to set (or toggle) break point.
other [other function keys](#key-bindings).

## Configuration

Expand Down Expand Up @@ -136,7 +136,6 @@ Start tests with verbose flag:
```

## Key bindings
<a name="keys"></a>

* `f5` starts the current selected configuration
* `shift-f5` restarts the current delve session (`r / restart`)
Expand Down

0 comments on commit 1fa8f4b

Please sign in to comment.