解决方法
@H_301_11@ EARLIER ANSWER(接受但不正确):The interactive console allows you to execute some extra code,while debugging,when stopped at via a `breakpoint`. This is a really beneficial feature when you are debugging and suddenly want to change the value of variable,execute a sysout or some utility function.
正确答案看看下面的答案@mmey.