-
Notifications
You must be signed in to change notification settings - Fork 414
Troubleshooting
snare edited this page Apr 24, 2016
·
5 revisions
Before opening an issue, please reproduce your problem with the current source from GitHub. Then follow these steps:
-
Enable debug logging by putting the following in
~/.voltron/config
:general: debug_logging: true
-
Start some views:
$ voltron v r $ voltron v d $ voltron v s
-
Run a session with the test inferior included in the Voltron package.
$ lldb tests/inferior (lldb) voltron init (lldb) b main (lldb) run (lldb) stepi (lldb) stepi (lldb) stepi
-
Collect the log files generated at
~/.voltron/debugger.log
and~/.voltron/main.log
and open an issue including the logs.