Debugger question
I am having trouble with the debugger.
·
The debugger will not set a breakpoint in a line of code that is inside a method other than main. I attached a sample program in which I cannot set a breakpoint in the line that contains the System.out.println that is inside the “called” method.
·
HELP!
·
The debugger will not set a breakpoint in a line of code that is inside a method other than main. I attached a sample program in which I cannot set a breakpoint in the line that contains the System.out.println that is inside the “called” method.
·
HELP!
java
![](/plugins/FileUpload/images/file.png)
349B
Comments
but perhaps the method Called() must
be declared static as well.
regards peter
Enrique