From fb422d3fb5336fe7b9b8d80193ade7277be6b51c Mon Sep 17 00:00:00 2001 From: snare Date: Sat, 16 Apr 2016 20:46:37 +1000 Subject: [PATCH] Update troubleshooting instructions --- Troubleshooting.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index e367ad4..8ba5647 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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.