문제

Is it possible to open multiple debug consoles in xcode for the same debug session? I'm kind of tired of scrolling back and forth when reading long traces.

도움이 되었습니까?

해결책

Kind-of-possible.

It is possible to open one project in multiple xcode windows and open the debug console on each of them, effectively giving you multiple debug consoles.

다른 팁

Not that I know of. You can always redirect NSLog output to the file (even when running in Simulator) and read that file in any text editor you prefer.

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