Update troubleshooting instructions

snare 2016-04-16 20:46:37 +10:00
parent 78622828ca
commit fb422d3fb5
1 changed files with 10 additions and 2 deletions

@ -1,14 +1,21 @@
1. Enable debug logging by putting the following in `~/.voltron/config`: 1. Enable debug logging by putting the following in `~/.voltron/config`:
```
general: general:
debug_logging: true debug_logging: true
```
2. Run a session with the test inferior included in the package: 2. Start some views:
```
$ voltron v r $ voltron v r
$ voltron v d $ voltron v d
$ voltron v s $ voltron v s
```
3. Run a session with the test inferior included in the Voltron package.
```
$ lldb tests/inferior $ lldb tests/inferior
(lldb) voltron init (lldb) voltron init
(lldb) b main (lldb) b main
@ -16,5 +23,6 @@
(lldb) stepi (lldb) stepi
(lldb) stepi (lldb) stepi
(lldb) stepi (lldb) stepi
```
3. Collect the log files generated at `~/.voltron/debugger.log` and `~/.voltron/main.log` and [open an issue](https://github.com/snare/voltron/issues) including the logs. 4. Collect the log files generated at `~/.voltron/debugger.log` and `~/.voltron/main.log` and [open an issue](https://github.com/snare/voltron/issues) including the logs.