如果在遇到断点之前有很多组件调用,将会在Debug视图中看到调用堆栈。
If there were many component calls before your breakpoint was hit, you would see the call stack in the Debug view.
该线程的当前调用堆栈就会显示出来,当前执行的代码行就会在Debug透视图中的编辑器中高亮显示。
The current call stack for the thread is displayed, and the current line of execution is highlighted in the editor in the Debug perspective.
这些视图通过将其图形输出与调用堆栈和源代码链接在一起(只要有可能),提供可操作数据。
The views provide data that you can act on by linking its graphical output to call stacks and source code whenever possible.
应用推荐