[Xcode]Thread 1: breakpoint 1.1 (1) 에러

 CMD+7 누르고 좌측에 생긴 모든 breakpoint들을 삭제해주면 된다.

코드 작성 중에 실수로 더블클릭하거나 체크를 해줘서 breakpoint가 생겨서, 코드를 실행했을때 "Thread1:breakpoint1.1(1)" 에러가 뜨면서 실행되지 않는 현상이 나타난다. 코딩창의 숫자부분에 파란색 표시가 뜨는데, 플래그 버튼을 선택 해제하면 파란색이 없어지면서 해결된다.

Press CMD+7 and delete all breakpoints on the left. 

While writing the code, a breakpoint was created by accidentally double-clicking or checking the code, and when the code was executed, a "Thread1:breakpoint1.1(1)" error appeared and it did not run. A blue mark appears on the number part of the coding window, but the blue color disappears when the flag button is deselected.


댓글

이 블로그의 인기 게시물

[R studio] pkg 설치 오류시 대처법

[Apple Developer 조치 필요: Distribution 인증서가 30일 후에 만료됨] 메일이 왔을때 대처법

[Unable to find bundled Java version =>Mac Flutter Android Studio Arctic Fox 2020.3.1] flutter doctor -v 실행시 안드로이드 스튜디오 오류 메시지 해결