Update troubleshooting instructions

snare 2016-04-16 20:44:28 +10:00
parent 0aa0aef383
commit 78622828ca
1 changed files with 18 additions and 3 deletions

@ -1,5 +1,20 @@
# Troubleshooting 1. Enable debug logging by putting the following in `~/.voltron/config`:
[Enable debug logging](https://github.com/snare/voltron/wiki/Configuration#debug-logging). general:
debug_logging: true
[Open an issue](https://github.com/snare/voltron/issues) including the debug logs 2. Run a session with the test inferior included in the package:
$ voltron v r
$ voltron v d
$ voltron v s
$ lldb tests/inferior
(lldb) voltron init
(lldb) b main
(lldb) run
(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.