Python script to visualize Odin slices, maps, strings, etc. in LLDB.
Based on the work of harold-b and laytan.
To run the tests locally:
./test.pyTo point the Python LSP extension to the LLDB module.
- Get the path to the LLDB Python module:
echo "$(lldb --python-path)/lldb"- Add the path to your VSCode settings:
{ "python.analysis.extraPaths": [ "/usr/lib/llvm-17/lib/python3.12/site-packages/lldb" ], }