eclipse debugger return from "stepped into" function

  • Follow


Hello,I'm new to eclipse, and I'm having a problem using the debugger. WhenI 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 hangthere? Is there anyway to get it to return to the caller?Thank you
0
Reply fsenkel (15) 11/30/2007 1:19:56 PM

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig7E2010CF7C853028D8F1AAFB
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

monkeyboy schreef:
> Hello,
>=20
> 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?

That is exceptional.  Here, it does as expected: return to the caller.
What are you doing that wouldn=E2=80=99t work?  See the link at the botto=
m.

H.
--=20
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html


--------------enig7E2010CF7C853028D8F1AAFB
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFHUA5je+7xMGD3itQRAptuAJ45GbX8NqNudk2wlnx17isyBNWfJgCfUNX1
17p0xcHrOjfGIgtAsxsCGaE=
=Qlh5
-----END PGP SIGNATURE-----

--------------enig7E2010CF7C853028D8F1AAFB--
0
Reply Hendrik 11/30/2007 1:21:07 PM


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 youDoes 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.
0
Reply Mark 11/30/2007 9:43:58 PM

2 Replies
293 Views

(page loaded in 0.067 seconds)

Similiar Articles:













7/15/2012 12:52:20 PM


Reply: