How to detect the changes of std::map or other stl containers in gdb?

后端 未结 0 872
终归单人心
终归单人心 2021-01-18 10:52

I wanna know who inserts or deletes something in an stl container when debugging. I know use watch, but watch map_container doesn\'t work, because

相关标签:
回答
  • 消灭零回复
提交回复
热议问题