简体   繁体   English

在Xcode 6中进行调试时如何隐藏线程视图?

[英]How to hide thread view while debugging in Xcode 6?

i am new to debugging in Xcode, how can hide the view of thread to see my lines of execution in my program. 我是Xcode调试的新手,如何隐藏线程视图以查看程序中的执行行。 it is currently showing some stacks or threads which i don't want to see. 它当前显示一些我不想看到的堆栈或线程。

You can hide the left pane using Cmd-0 . 您可以使用Cmd-0隐藏左窗格。 However you usually want to see the current thread and its backtrace when debugging. 但是,您通常希望在调试时查看当前线程及其回溯。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM