hello my friends,
I'm trying to debug using netbeans 8.0.2 and having some issues. when I run the program it works fine but when I debug I get to Method.java file function
public Class<?>[] getParameterTyp es() {
return parameterTypes. clone();
}
while debugging with f8 I get to my project and many inside classes such as object,pattern and locale. how do I manage to change it so I will stay in my code while debugging?
I'm trying to debug using netbeans 8.0.2 and having some issues. when I run the program it works fine but when I debug I get to Method.java file function
public Class<?>[] getParameterTyp es() {
return parameterTypes. clone();
}
while debugging with f8 I get to my project and many inside classes such as object,pattern and locale. how do I manage to change it so I will stay in my code while debugging?