Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Debugger

 
Not sure this is what you are looking for, but have you tried setting a breakpoint at the first line of main() and using step into/step over commands? (I believe they have hotkeys F6/F7)
 
(or search the eclipse help for "stepping")
 
HTH
 
Arno
----- Original Message -----
From:
To: eclipse
Sent: Thursday, August 12, 2004 12:51 PM
Subject: [eclipse-dev] Debugger

Hello,
i use eclipse for almost 1 year, i tried to find out some good documentation about the Debugger in Eclipse.
what i still didnt find, how to start the debugger to run line by line in my code!
 
any can give me a hint?
regards.
Sako.

Back to the top