mirror of https://github.com/snare/voltron.git
Update troubleshooting instructions
parent
78622828ca
commit
fb422d3fb5
|
@ -1,14 +1,21 @@
|
|||
1. Enable debug logging by putting the following in `~/.voltron/config`:
|
||||
|
||||
```
|
||||
general:
|
||||
debug_logging: true
|
||||
```
|
||||
|
||||
2. Run a session with the test inferior included in the package:
|
||||
2. Start some views:
|
||||
|
||||
```
|
||||
$ voltron v r
|
||||
$ voltron v d
|
||||
$ voltron v s
|
||||
```
|
||||
|
||||
3. Run a session with the test inferior included in the Voltron package.
|
||||
|
||||
```
|
||||
$ lldb tests/inferior
|
||||
(lldb) voltron init
|
||||
(lldb) b main
|
||||
|
@ -16,5 +23,6 @@
|
|||
(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.
|
||||
|
|
Loading…
Reference in New Issue