Skip to content

Troubleshooting

snare edited this page Apr 16, 2016 · 5 revisions
  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:

    $ 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 including the logs.