简体   繁体   English

日食是否一次只能观看一个表情

[英]does eclipse allow watching only one expression at a time

I am trying to watch expressions, but I am able to watch only one expression at a time. 我正在尝试观看表情,但是一次只能观看一个表情。

Say I have three expressions below 说我下面有三个表达式

  • Integer.toString(i) Integer.toString(i)
  • Integer.toString(i*2) Integer.toString(i * 2)
  • Integer.toString(i*3) Integer.toString(i * 3)

But at a time, I can see the value of only one of these expressions, the one that I choose to click on. 但是一次,我只能看到这些表达式之一的值,我选择单击该表达式。

I was hoping to see the values of all the expressions side-by-side. 我希望可以并行查看所有表达式的值。

在此处输入图片说明

I think the values of all the expressions are only be seen one by one 我认为所有表达式的值只能一一看到

在此处输入图片说明

Firstly, the expression is actually input by ourself, when input an expression, the result is shown on the right 首先,表达式实际上是我们自己输入的,输入表达式时,结果显示在右侧

Secondly,we can modify the expression value, such as, print the i value, then, we will increase i value by expression i = 2 , lastly, print the i value again.if these expression are executed side by side, I guess the result has many possibility. 其次,我们可以修改表达式的值,例如打印i值,然后,通过表达式i = 2增加i值,最后再次打印i值。如果这些表达式并排执行,我猜结果有很多可能性。

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

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