CodeLLDB v1.5.3 Release Notes

Release Date: 2020-06-07 // almost 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ› Bugs #312, #318: In v1.5.2 a new method of clearing the terminal prompt had been introduced; unfortunately, it seems to have caused problems for some shells (fish, zsh). This should be resolved now. If you still experience problems, you can use the newly added lldb.terminalPromptClear setting to override string sequence used to clear the prompt, or to disable prompt clearing altogether.

    ๐Ÿ†• New

    • โž• Added lldb.terminalPromptClear setting.