본문 바로가기
#오류 [Error]

[iOS - Error] Xcode Debug 모드가 작동하지 않을 경우 (Xcode Breakpoint in file not working)

by cy_mos 2020. 1. 7.
반응형

🔧 Error Solution 001

Xcode Debug 모드가 작동하지 않을 경우 (Xcode Breakpoint in file not working)

+ Debug -> Debug Workflow -> Always Show Disassembly 체크 해제

🔧 Error Solution 002

https://stackoverflow.com/questions/39922865/xcode-8-breakpoint-in-file-not-working

I had the same problem with an old project.
Select Product(located at top menu bar) -> Scheme -> EditScheme and I solved this issue by clicking on "Debug Executable", as shown in Picture. 
Maybe this will help someone else too.

🚀 REFERENCE

 

Xcode 8 Breakpoint in file not working

I have one file,SignInViewController.swift, in my Xcode project that out of nowhere has begun not stopping on breakpoints. I have a breakpoint in viewDidLoad() and a few in viewDidAppear(). I have

stackoverflow.com

 

xcode에서 debug 모드가 안될 때

1. 현재 Build Configuration이 Release가 아닌지 확인 2. 최신버전 sdk(3.1 이후라고 알고 있음)에서 기본환경설정값이 바뀌는 경우에 안되는 경우 있다고 함 >> 메뉴의 [Xcode]-[Preferences]-Symbol Loading Op..

jyui.tistory.com

반응형

댓글