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
use try{ statements...; } catch(Exception e){ System.out.println("the error message "+e); } will show the error messages.
try{ statements...; } catch(Exception e){ System.out.println("the error message "+e); }