How can I use debugger tool in not main classes

edited March 2016 in Using Processing

I don't know is this happens to others, or I don't do it right. But apparently I'm not able to debug vars in Secondary classes, debugger only works at Main sketch class :-<

Anyone have an idea of how to debug in all the code? Thanks for your time guys!

Tagged:

Answers

  • Here a basic example os this question, the OtherClass have a debug point before main class and the execution doesn't stop until debug point in main clase

    1.Main 2.OtherClass 3.Debbuger

  • I have this problem also. It ignores breakpoints not in the main sketch class. Did you find any solution?

Sign In or Register to comment.