Friday, June 19, 2009

Nebeans debugger msg : delete method not implemented

When I apply code changes using netbeans debugger, i get this message :
The virtual machine does not support this operation: delete method not implemented
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).

No comments: