-
Notifications
You must be signed in to change notification settings - Fork 415
Troubleshooting
snare edited this page Apr 16, 2016
·
5 revisions
-
Enable debug logging by putting the following in
~/.voltron/config
:general: debug_logging: true
-
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
-
Collect the log files generated at
~/.voltron/debugger.log
and~/.voltron/main.log
and open an issue including the logs.