How to use Eclipse interactive console in debug

前端 未结 5 2126
情书的邮戳
情书的邮戳 2021-02-18 17:11

I\'m trying to play with debug in Android app and, when a breakpoint is encountered, Eclipse shows me a lot of windows, one of which is the \"Interactive Console\" with a prompt

5条回答
  •  后悔当初
    2021-02-18 17:52

    The "Interactive Console" within the Debug View of Eclipse is used whenever the debugged program expects some input from the console.

提交回复
热议问题