Is there a way to change the default java debugger in NetBeans 6.8 ?
After a few hours of work ( not debug! ), debugging becomes really slow! It takes minutes for the variables to load. ( the machine i am using is not that weak ).
Cheers, Ivan
Is there a way to change the default java debugger in NetBeans 6.8 ?
After a few hours of work ( not debug! ), debugging becomes really slow! It takes minutes for the variables to load. ( the machine i am using is not that weak ).
Cheers, Ivan
I think the problem is that your machine is swapping, not that the debugger is broken. Under Linux use iostat and vmstat to see what goes on. Under Windows use the Task Manager to check page faults.