문제

I'm using a couple of third party libraries that appear to have memory leaks. Instruments highlight the offending lines of code on it's own window, but then I have to look myself in the Xcode editor window for the corresponding file and the particular line of code that is highlighted in Instruments.

Is there a way to do that directly from Instruments?

Right clicking the offending lines of code in Instruments brings a sort of generic contextual menu with options like Look Up "something" and Search with Google.

도움이 되었습니까?

해결책

Ok, I've found it, it's the tiny button with the Xcode application icon located at the upper-right corner of the area showing the code, just select the offending code, and then click the icon, it's shown bellow.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top