Peter Johnson wrote:What type of application (or Eclipse project type)? In the debug options there is a checkbox for "Stop in main" - if that is checked you get an automatic breakpoint at the start of the app.
Thanks Peter for reply !
I am having a
Java Swing Application. In this application there is a class having main function (it is fine no problem in it ). In Eclipse 3.4 when I run my application in debug mode it got stuck at the exception shown below (As shown in Debug stack trace).
To surpass it I press F8 once. But again it throws another exception
Again pressing F8 I move to the main login screen.So I want to jump these two F8 press means I want to directly reach to the main login screen.I hope that would be more clear to you.
Again Thanks !