You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gleb Mazovetskiy 81452d870d Add a `StaticVector` pretty-printer for LLDB 2 years ago
..
lldbutils Add a `StaticVector` pretty-printer for LLDB 2 years ago
README.md Add a `StaticVector` pretty-printer for LLDB 2 years ago

README.md

lldb debugging enhancements

The code in this directory is imported via .lldbinit.

Working directory .lldbinit is not loaded by default.

You can add the following to ~/.lldbinit to load it when launching lldb from the command line:

settings set target.load-cwd-lldbinit true

If you're using VS Code, you can instead add the following to your configuration:

"lldb.launch.initCommands": ["command source ${workspaceFolder}/.lldbinit"]