When I apply code changes using netbeans debugger, i get this message :
and I am not able to apply my code changes.
The problem was :
I had another file where i had added a method and had not compiled. so not able to apply code changes. (debugger does not allow adding new methods. If you add or remove a method [or any other type of class member] you have to compile the code before using debugger).
The virtual machine does not support this operation: delete method not implemented |
The problem was :
I had another file where i had added a method and had not compiled. so not able to apply code changes. (debugger does not allow adding new methods. If you add or remove a method [or any other type of class member] you have to compile the code before using debugger).
No comments:
Post a Comment