How do I know which method/class is called when I test java GUI in eclipse? -
i beginner using eclipse java programming. downloaded source code online , ran in eclipse successfully. want learn how runs. however, failed find way monitor progress during program running. example, if run application , click button in application gui, how know class/method called? in other words, how can use eclipse monitor process of program running?
the general answer use debugger. example, set breakpoint in method , use "debug as" instead of "run as" run application within eclipse.
here couple of tutorials / articles on using eclipse debugger.
Comments
Post a Comment