mirror of https://github.com/snare/voltron.git
Update troubleshooting instructions
parent
0aa0aef383
commit
78622828ca
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue