Skip to content

v0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@critiqjo critiqjo released this 02 Dec 07:31
· 41 commits to master since this release

Changes from previous release:

  • New command :LLsession to start a new debug session, save the current session (totally unrelated to vim sessions), and load a session from an existing file (json).
  • Removed all LLDB commands of the form :LL-, replaced with a single command :LL <args> which can execute any command.
  • Define modes in the session file. Use the command :LLmode to change the current mode.
  • New command :LLstdin to put a string into stdin of the process
  • Several stability and usability improvements, bugfixes
  • New LLDB logs buffer (stdout and stderr of the process are also displayed here)
  • The default "debug layout" has windows are arranged across 2 tabs. Customizing layout should use callbacks.
  • Syntax highlighting for all debug-buffers
  • Simplified display of registers and local variables
  • New test scripts