5:48 AM
When debugging C++ programs using libc++, LLDB now offers improved expression evaluation support for STL containers and algorithms. (19866497) You can call member functions of STL containers, even if they are never called in the target program.
(edited)
5:49 AM
これ結構不便だったので助かる&すごい
5:49 AM
テンプレートクラスはビルド時にインスタンシエートされたシンボルしかデバッガで叩けなかった