LLDB TeXmacs Pretty Printer is here

see GitHub repo: https://github.com/PikachuHy/LLDB-TeXmacs-Pretty-Printer

LLDB-TeXmacs-Pretty-Printer

LLDB TeXmacs Pretty Printer for GNU texmacs.

Example

Installation

clone repo to path/to/your


git clone https://github.com/PikachuHy/LLDB-TeXmacs-Pretty-Printer.git

add command to ~/.lldbinit


command script import "path/to/your/LLDB-TeXmacs-Pretty-Printer/texmacs.py"

3 Likes

really nice. which program are the screenshots from?

JetBrains CLion

see https://www.jetbrains.com/clion/

Do you know if it works also in Visual Studio Code or Apple’s Xcode? I’m not familiar with LLDB.

sorry, I am not familiar with xcode or vscode too.

There is a plugin for VS Code that should support LLDB (called Native Debug). I haven’t been able to try it yet, as it requires the binary lldb-mi, which is not packaged for my platform.