Skip to content

Commit

Permalink
docs(README): Note about production runtime debug
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed May 7, 2020
1 parent b23a99e commit ebc8fd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ by [electron-log](https://github.com/megahertz/electron-log/tree/v3.0.9):
* on Windows: `%USERPROFILE%\AppData\Roaming\<app name>\log.log`
* on Linux: `~/.config/<app name>/log.log`

To debug in production mode on macOS, run built binary as follows
(from inside repository root):

```bash
./dist/mac/ITU\ OB\ Editor.app/Contents/MacOS/ITU\ OB\ Editor --remote-debugging-port=8315
```

### Resetting app data manually during development

If the app errors out, a fix could be to manually delete the cloned data repository.
Expand Down

0 comments on commit ebc8fd0

Please sign in to comment.