Tips (Utility, Computer Language, and etc.)
[c++] debuger 디버거 lldb
Struggler J.
2017. 12. 4. 21:05
이런게 있을줄이야!
https://www.letmecompile.com/xcode-lldb-%EB%94%94%EB%B2%84%EA%B9%85-%ED%85%8C%ED%81%AC%EB%8B%89/
유용한 명령어!
>>p variable //variable의 값을 출력하는데 python처럼 vector도 통째로 뱉어준다.
>>br list //break poin 보기
>>up/down //break point에서 hierachy위나 아래로 들어가기