首页 > 其他 > 详细

Debug 时,执行语句

时间:2016-08-05 19:40:44      阅读:178      评论:0      收藏:0      [点我收藏+]

Display View

The Display View displays the result of evaluating an expression in the context of the current stack frame. You can evaluate and display a selection either from the editor or directly from the Display View.

技术分享

The commands available in the display view are listed below.

Display View Commands

Command

Name

Description

Availability

技术分享

Clear

Clears the current contents of the view.

Context menu and view action
技术分享 Copy Copies the selected statements to the system clipboard. Context menu
技术分享 Content Assist Opens the content assist popup for context sensitive coding assistance Context menu
技术分享 Cut Copies the selected statements to the system clipboard and removes them from the view. Context menu
技术分享 Display Displays the result of the selected statement inline in the view. Context menu and view action
技术分享 Execute Runs the selected statement. This action is analogous to running the statement in normal code. Context menu and view action
  Find/Replace Allows you to search for and replace specific statements, or portions of statements Context menu
技术分享 Inspect Result Allows you to inspect what the return value of the selected statement will be. Context menu and view action
技术分享 Paste Copies material from the system clipboard into the view Context menu
  Select All Selects all of the statements in the view Context menu 

Debug 时,执行语句

原文:http://www.cnblogs.com/zno2/p/5498159.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!