[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: debugging code by step-through

Jeff Myers wrote:
Huub,

Please refer to the Eclipse help documentation on the topic of debugging:
http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.jdt.doc.user/concepts/clocdbug.htm



Thank you. Remains 1 question: I can't find anything about e.g. using the F-keys for "stepping through the code while debugging/running", "toggling breakpoints", "run until cursor". As an example: in other IDE's I have used, with e.g. F7 I could step through the code and execute 1 line at a time and see what the program did. Is this possible with Eclipse somehow?