How to use Eclipse interactive console in debug

前端 未结 5 2130
情书的邮戳
情书的邮戳 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:54

    use try{ statements...; } catch(Exception e){ System.out.println("the error message "+e); } will show the error messages.

提交回复
热议问题