CodeLLDB v1.3.0 Release Notes

Release Date: 2019-07-15 // almost 5 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ Redirection to the integrated terminal now works on Windows too.

    ๐Ÿ”„ Changed

    • ๐Ÿ”ง Native adapter is now the default. You can still use 'classic' or 'bundle' by setting the lldb.adapterType configuration option.
    • 0๏ธโƒฃ "integrated" is now the default value for the "terminal" launch config property.

    ๐Ÿ†• New

    • ๐Ÿ–จ Loaded modules viewlet: rather than printing loaded modules notifications in the Debug Console view, modules are now displayed in a separate tab in the Debug view.
    • 0๏ธโƒฃ lldb.consoleMode setting, which controls whether the debug console input is by default treated as debugger commands or as expressions to evaluate.
    • Added support for Jump to to cursor command (thanks @ntoskrnl7!).