How to use the Eclipse Debugger? [message #1768608] |
Thu, 20 July 2017 10:13  |
Eclipse User |
|
|
|
Hi!
Are there any help file available on the usage of the Eclipse Debugger?
Suppose I have the following console output. What does it say about the problem? The codes are posted hereunder:
Enter Length : 1.5
Exception in thread "main" java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:857)
at java.util.Scanner.next(Scanner.java:1478)
at java.util.Scanner.nextInt(Scanner.java:2108)
at java.util.Scanner.nextInt(Scanner.java:2067)
at areaandperimeterofarectangle.AreaAndPerimeterOfARectangle.main(AreaAndPerimeterOfARectangle.java:30)
Will it be possible to understand why the error happened, without looking at the .java code?
What does each line on the above console outputs signify?
[Updated on: Thu, 12 October 2017 11:47] by Moderator
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.51991 seconds