감동, 마음이 움직이는 것
[c++] debuger 디버거 lldb 본문
이런게 있을줄이야!
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위나 아래로 들어가기
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[scp] password없이 scp사용하기 (0) | 2017.12.06 |
---|---|
[rsync] scp without replacing existing files in the destination (0) | 2017.12.06 |
[color] color set! (0) | 2017.12.01 |
[gnuplot] bracket (0) | 2017.11.29 |
[LaTex] inserting one column equation in two column mode (0) | 2017.11.29 |