标签: c++ visual-studio-2010 debugging boost
我定义了范围指针:
scoped_ptr<MyClass> ptr;
当我尝试调试(使用Visual Studio 2010)时,我看不到ptr的调试信息。为什么呢?
ptr