一款C++ 可视化调试工具增强插件

一款使C++的可视化调试工具支持Boost, wxWidgets, TinyXML, TinyXML2库的插件,如果你用到了这些库,这个就是一个不可多得的好工具。

下载地址:C++ Debugger Visualizers 

主要支持特性如下:

Boost library:

  • boost::shared_ptr, boost::weak_ptr, boost::intrusive_ptr, boost::shared_array, boost::scoped_ptr, boost::scoped_array
  • boost::ptr_array, boost::ptr_vector, boost::ptr_list, boost::ptr_deque, boost::ptr_map, boost::ptr_set, boost::ptr_multimap, boost::ptr_multiset
  • boost::array, boost::dynamic_bitset, boost::circular_buffer
  • boost::unordered_map, boost::unordered_set, boost::unordered_multimap, boost::unordered_multiset
  • boost::intrusive::list, boost::intrusive::slist
  • boost::container::basic_string, boost::container::deque, boost::container::vector
  • boost::optional, boost::any, boost::variant
  • boost::filesystem::path, boost::filesystem::directory_entry, boost::filesystem::file_status
  • boost::posix_time::ptime, boost::posix_time::time_duration
  • boost::regex
  • boost::interprocess::offset_ptr
  • boost::tribool
  • boost::unique_lock
  • boost::uuids::uuid

wxWidgets library:  wxPoint, wxSize, wxRect, wxDateTime, wxLongLong, wxString, wxArrayString, wxDir, wxFileName

TinyXML library:     TiXmlNode, TiXmlElement, TiXmlAttribute

TinyXML2 library:   XMLNode, XMLElement, XMLAttribute

原文地址:https://www.cnblogs.com/TianFang/p/2815373.html