I am having some issues with the LLDB debugger. If I create an array of std::vector with a literal (e.g. vector a[3];), I can freely view it in the d
vector a[3];