2
在我的代碼是這樣的有參考的載體:LLDB:打印由一個shared_ptr
shared_ptr<vector<unsigned int>> f =
make_shared<vector<unsigned int>>();
我怎麼能打印出更漂亮,我只能訪問的shared_ptr對象的矢量
frame variable f
和
frame variable f.__ptr_->size()
call to a function 'std::__1::vector<unsigned long, std::__1::allocator<unsigned long> >::size() const' that is not present in the target
獲取此錯誤?
哪個版本你用的是lldb嗎? – rano
開源ToT –
Enrico的例子在Xcode 5.0(lldb-300.2.53)下正常工作。 –