CLion에 Mingw64를 사용하면 위 처럼 vector의 원소들이 디버깅으로 보이지 않는다.
Settings
-> Build, Execution, Delpoyment
-> Debugger
-> Data Views
-> C/C++
에서
Enable GNU C++ library renders
를 꺼주면 된다.
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003437800-Unable-to-inspect-the-STL-containers-during-debug
https://blog.csdn.net/SSibyl/article/details/116538799