Re: eclipse debugger return from "stepped into" function
- From: Mark Space <markspace@xxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 13:43:58 -0800
monkeyboy wrote:
Hello,
I'm new to eclipse, and I'm having a problem using the debugger. When
I step into a function call, and step through it, once it hits the
"return" it doesn't jump back to the caller, it seems to just hang
there? Is there anyway to get it to return to the caller?
Thank you
Does the return have a function call or access a constant that has to be loaded? You could be hanging on that.
Otherwise, try a clean and build. Then try a reinstall of Eclipse, then remove and reinstall all JDK's. This should not be happening. You might also want to try an Eclipse mailing list to understand if there may be a bug that you are hitting.
.
- References:
- eclipse debugger return from "stepped into" function
- From: monkeyboy
- eclipse debugger return from "stepped into" function
- Prev by Date: Re: Great SWT Program
- Next by Date: Re: Great SWT Program
- Previous by thread: Re: eclipse debugger return from "stepped into" function
- Next by thread: Source level
- Index(es):
Relevant Pages
|