From 78622828cae413fafb3359a34dd0a911ee7b94c8 Mon Sep 17 00:00:00 2001 From: snare Date: Sat, 16 Apr 2016 20:44:28 +1000 Subject: [PATCH] Update troubleshooting instructions --- Troubleshooting.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index d360ed6..e367ad4 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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 \ No newline at end of file +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.