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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.