start debugger at beginning [message #124807] |
Mon, 19 December 2005 12:20  |
Eclipse User |
|
|
|
Originally posted by: tmcguire.go-integral.com
I am looking for a way to start debugging from the "beginning". I know
the immediate answer would be, put a breakpoint at the start of the
program, but in a few situations, I am running code in a larger
framework and I have no idea which classes are running before it gets to
my code. So, how do I tell Eclipse, step through from the beginning?
Thanks a bunch!
|
|
|
|
Re: start debugger at beginning [message #125194 is a reply to message #124807] |
Tue, 20 December 2005 16:00  |
Eclipse User |
|
|
|
Originally posted by: eclipse3.rizzoweb.com
Tim McGuire wrote:
> I am looking for a way to start debugging from the "beginning". I know
> the immediate answer would be, put a breakpoint at the start of the
> program, but in a few situations, I am running code in a larger
> framework and I have no idea which classes are running before it gets to
> my code. So, how do I tell Eclipse, step through from the beginning?
>
> Thanks a bunch!
In the Launch Configuration for the program you are debugging, there is
an option on the Main tab "Stop in main()" - check that and it will stop
in the main method before beginning to execute.
HTH,
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.10388 seconds