fix typo in macOS debugging doc
This commit is contained in:
parent
eb0022363e
commit
34c27468dd
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ which will show you that the app is currently setting the name to "Electron".
|
||||||
```
|
```
|
||||||
|
|
||||||
To do a source level single step in the currently selected thread, execute `step` (or `s`).
|
To do a source level single step in the currently selected thread, execute `step` (or `s`).
|
||||||
This would take you into into `name_override_.empty()`. To proceed and do a step over,
|
This would take you into `name_override_.empty()`. To proceed and do a step over,
|
||||||
run `next` (or `n`).
|
run `next` (or `n`).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue