Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Trace java classes
Trace java classes [message #205765] Thu, 04 March 2004 01:50 Go to next message
Eclipse UserFriend
Originally posted by: pahomenko_d.mail.ru

Hi all! Sorry for possible offtopic.
Can I use eclipse debugger for trace into methods of standard java
classes. I'd like to see how this methods work.
Thank you.
Pakhomenko Dmitry
Re: Trace java classes [message #205864 is a reply to message #205765] Thu, 04 March 2004 06:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

Pakhomenko Dmitry maundered in <c26j9o$hte$1@eclipse.org>

> Hi all! Sorry for possible offtopic.
> Can I use eclipse debugger for trace into methods of standard java
> classes. I'd like to see how this methods work.
> Thank you.
> Pakhomenko Dmitry
Sure.

Eric

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
Re: Trace java classes [message #205953 is a reply to message #205864] Thu, 04 March 2004 10:34 Go to previous messageGo to next message
Eclipse UserFriend
That was helpful....

Isn't the issue that, if the classes aren't compiled debug that you can't
step into them?

"Eric Bodden" <newsserver_mails@bodden.de> wrote in message
news:c274g6$8g5$1@eclipse.org...
> Pakhomenko Dmitry maundered in <c26j9o$hte$1@eclipse.org>
>
> > Hi all! Sorry for possible offtopic.
> > Can I use eclipse debugger for trace into methods of standard java
> > classes. I'd like to see how this methods work.
> > Thank you.
> > Pakhomenko Dmitry
> Sure.
>
> Eric
>
> --
> ------------------------------------------------------------ -----
> Eric Bodden
> ICQ UIN: 12656220
> Website: http://www.bodden.de
> PGP key available
>
>
Re: Trace java classes [message #211595 is a reply to message #205953] Mon, 15 March 2004 15:27 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

Close. If classes are not compiled with debug information, then you
won't see certain information, such as parameter and local variable
names. You will always be able to step through them (Step in, Step
over, etc). Note that step filters may be installed that prevents you
from stepping into certain classes (such as class loaders). These can be
configured from the java > debug > step filters preference page.
--

Jim Adams wrote:
> Isn't the issue that, if the classes aren't compiled debug that you can't
> step into them?
Previous Topic:assert & export
Next Topic:PDE 'source' extension point
Goto Forum:
  


Current Time: Sun May 11 09:25:56 EDT 2025

Powered by FUDForum. Page generated in 0.03110 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top