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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -