How to detect where NaN is passing to CoreGraphics API on Mac OS X 10.9

前端 未结 5 585
一个人的身影
一个人的身影 2021-01-31 08:04

I have very large graphic Mac app and now I receive a lot of the following messages in Console on 10.9 GM.

: Error: this application, or a library i         


        
5条回答
  •  逝去的感伤
    2021-01-31 08:53

    After much digging around, I've found you can set a symbolic breakpoint on "CGPostError" in Xcode, and that will give you a stack trace.

提交回复
热议问题