inspecting local variables [message #119866] |
Mon, 24 November 2003 08:07 |
Eclipse User |
|
|
|
Originally posted by: xxx.esg.de
Hi all,
seems to me that I posted in the wrong (platform) group before. But
still have this question.
Doing a remote debugging I try to inspect local variables. I get the
message "xxx cannot be resolved". Is it a general restriction for
debugging or do I miss something in using the debugger correctly?
I have not found more information on the Eclipse site.
Thanks in advance
Wolfgang R.
|
|
|
|
Antwort: Re: inspecting local variables [message #120298 is a reply to message #120186] |
Mon, 24 November 2003 17:24 |
Eclipse User |
|
|
|
Originally posted by: xxx.esg.de
Hi Darin,
as an example. I have a breakpoint within the EventQueue class at the
first if block.
Now I'm not able to either evaluate src or event.getSource() . It's
telling me
that 'src cannot be resolved'. It seems not to depend on remote debugging
only.
Thanks
Wolfgang R.
protected void dispatchEvent(AWTEvent event) {
Object src = event.getSource();
if (event instanceof ActiveEvent) {
// This could become the sole method of dispatching in time.
setCurrentEventAndMostRecentTimeImpl(event);
((ActiveEvent)event).dispatch();
} else if (src instanceof Component) {
...
|
|
|
Re: Antwort: Re: inspecting local variables [message #120359 is a reply to message #120298] |
Mon, 24 November 2003 20:00 |
Eclipse User |
|
|
|
Originally posted by: xxx.esg.de
Hi,
now I found it in other threads. Used a rt.jar without the required
debug info.
Thanks anyway
Wolfgang R.
xxx@esg.de wrote:
> Hi Darin,
> as an example. I have a breakpoint within the EventQueue class at the
> first if block.
> Now I'm not able to either evaluate src or event.getSource() . It's
> telling me
> that 'src cannot be resolved'. It seems not to depend on remote debugging
> only.
> Thanks
> Wolfgang R.
> protected void dispatchEvent(AWTEvent event) {
> Object src = event.getSource();
> if (event instanceof ActiveEvent) {
> // This could become the sole method of dispatching in time.
> setCurrentEventAndMostRecentTimeImpl(event);
> ((ActiveEvent)event).dispatch();
> } else if (src instanceof Component) {
> ...
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03434 seconds