Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi...I have problem with debugging in java...when I put a breakpoint in a method in main class..and then press "debug file" but there's an error which didn't exist yesterday...and I didn't change my project from yesterday...
the error is :
XML
Listening on javadebug
User program running
LineBreakpoint Main.java : 31 successfully submitted.
Not able to submit breakpoint MethodBreakpoint [nfa2dfa.NfaToDfa].<error> '(L<any>;)Ljava/lang/System/out/println;', reason: Method '<error>' with signature '(L<any>;)Ljava/lang/System/out/println;' does not exist in class nfa2dfa.NfaToDfa.
Breakpoint hit at line 31 in class nfa2dfa.Main by thread main.
Thread main stopped at Main.java:31.
Posted

1 solution

First fix your error. The message shows that something is wrong in your class nfa2dfa.NfaToDfa which needs to be corrected before you can run this code. Try rebuilding all your classes and clear any errors that you see.
 
Share this answer
 
Comments
[no name] 31-Jan-12 12:20pm    
I pressed build and clean...and the error was gone ! thanks !

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900