Created
November 13, 2015 04:37
Revisions
-
Hyunho created this gist
Nov 13, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ## watchpoint 설정 - watah [변수명] : 변수의 값이 써질때 브레이크가 걸린다. - rwatch [변수명] : 변수의 값이 읽혀질 때 브레이크가 걸린다. - awatch [변수명] : 변수의 값이 읽혀지거나 쓰이는 모든 경우에 대해 브레이크가 걸린다.