Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » BeanInfo
BeanInfo [message #89633] Wed, 04 May 2005 14:37 Go to next message
Elena Demeter is currently offline Elena DemeterFriend
Messages: 152
Registered: July 2009
Senior Member
Hello,


I have a beaninfo class Xbeaninfo in the same package as the class X. If I
debug (remote) the class Xbeaninfo the breakpoints in the class will not
be reached. (But If I debug the class comboboxbeaninfo the breakpoints
will be reached. It means the debug process is ok)


In what class in VE I could set the breakpoints to see if my beaninfo
class would be picked up?


Thank you in advance
Elena
Re: BeanInfo [message #89715 is a reply to message #89633] Wed, 04 May 2005 15:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

How did you do the debugging? BeanInfo is done in a special remote vm,
the IDE that is doing the debugging needs to have the BeanInfo class in
the project that the remote debugging session is using to do the debugging.

Elena wrote:
> Hello,
>
>
> I have a beaninfo class Xbeaninfo in the same package as the class X. If
> I debug (remote) the class Xbeaninfo the breakpoints in the class will
> not be reached. (But If I debug the class comboboxbeaninfo the
> breakpoints will be reached. It means the debug process is ok)
>
>
> In what class in VE I could set the breakpoints to see if my beaninfo
> class would be picked up?
>
>
> Thank you in advance
> Elena
>

--
Thanks,
Rich Kulp
Re: BeanInfo [message #89745 is a reply to message #89633] Wed, 04 May 2005 17:11 Go to previous message
Joe Winchester is currently offline Joe WinchesterFriend
Messages: 496
Registered: July 2009
Senior Member
Hi Elena,

> In what class in VE I could set the breakpoints to see if my beaninfo
> class would be picked up?

Assuming that you have used the remote debugger to attach to the correct
VM (which is documented in the Help so I presume you have) the key class
to look at is java.beans.Introspector.

Best regards,

Joe
Re: BeanInfo [message #607337 is a reply to message #89633] Wed, 04 May 2005 15:32 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

How did you do the debugging? BeanInfo is done in a special remote vm,
the IDE that is doing the debugging needs to have the BeanInfo class in
the project that the remote debugging session is using to do the debugging.

Elena wrote:
> Hello,
>
>
> I have a beaninfo class Xbeaninfo in the same package as the class X. If
> I debug (remote) the class Xbeaninfo the breakpoints in the class will
> not be reached. (But If I debug the class comboboxbeaninfo the
> breakpoints will be reached. It means the debug process is ok)
>
>
> In what class in VE I could set the breakpoints to see if my beaninfo
> class would be picked up?
>
>
> Thank you in advance
> Elena
>

--
Thanks,
Rich Kulp
Re: BeanInfo [message #607339 is a reply to message #89633] Wed, 04 May 2005 17:11 Go to previous message
Joe Winchester is currently offline Joe WinchesterFriend
Messages: 496
Registered: July 2009
Senior Member
Hi Elena,

> In what class in VE I could set the breakpoints to see if my beaninfo
> class would be picked up?

Assuming that you have used the remote debugger to attach to the correct
VM (which is documented in the Help so I presume you have) the key class
to look at is java.beans.Introspector.

Best regards,

Joe
Previous Topic:Eclipse VE jre 1.5.x problem
Next Topic:PropertyEditor
Goto Forum:
  


Current Time: Sat Nov 09 04:30:45 GMT 2024

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

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

Back to the top