netbeans 8.0.2 debugging problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michaelk142
    New Member
    • Nov 2015
    • 1

    netbeans 8.0.2 debugging problem

    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?
Working...