zoukankan      html  css  js  c++  java
  • Debug 时,执行语句

    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.

    Display View

    The commands available in the display view are listed below.

    Display View Commands

    Command

    Name

    Description

    Availability

    Clear View

    Clear

    Clears the current contents of the view.

    Context menu and view action
    Copy Selected Statements Copy Copies the selected statements to the system clipboard. Context menu
    Content Assist Content Assist Opens the content assist popup for context sensitive coding assistance Context menu
    Cut Selected Statements Cut Copies the selected statements to the system clipboard and removes them from the view. Context menu
    Display Result Display Displays the result of the selected statement inline in the view. Context menu and view action
    Evaluate Result 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 Inspect Result Allows you to inspect what the return value of the selected statement will be. Context menu and view action
    Paste Paste Copies material from the system clipboard into the view Context menu
      Select All Selects all of the statements in the view Context menu 
  • 相关阅读:
    在windows下如何批量转换pvr,ccz为png或jpg
    cocos2d-x 中的 CC_SYNTHESIZE 自动生成 get 和 set 方法
    制作《Stick Hero》游戏相关代码
    触摸事件的setSwallowTouches()方法
    随机生成数(C++,rand()函数)
    随机生成数
    cocos2d-x 设置屏幕方向 横屏 || 竖屏
    Joystick 摇杆控件
    兔斯基 经典语录
    Cocos2d-x 3.2 EventDispatcher事件分发机制
  • 原文地址:https://www.cnblogs.com/zno2/p/5498159.html
Copyright © 2011-2022 走看看