Bug 285520 - Unable to view the value of a variable in debug mode and shows "cannot be resolved"
Summary: Unable to view the value of a variable in debug mode and shows "cannot be res...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.4.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2009-08-04 01:29 EDT by seetaram CLA
Modified: 2014-03-03 14:54 EST (History)
3 users (show)

See Also:


Attachments
Can not be resolved (184.07 KB, image/jpeg)
2009-08-08 02:10 EDT, seetaram CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description seetaram CLA 2009-08-04 01:29:41 EDT
Build ID: 3.4.2

Steps To Reproduce:
1. Launch Eclipse
2. Try to get a value of a varibale
3. "cannot be resolved"


More information:
Comment 1 Darin Wright CLA 2009-08-04 09:34:26 EDT
Need more steps to reproduce - such as an example program. Are you seeing the error in the variables view, the expressions view, or a variable pop-up?
Comment 2 mishradma CLA 2009-08-05 06:06:30 EDT
This issue is also is with the build no. "M20090211-1700"
Comment 3 Darin Wright CLA 2009-08-05 09:48:50 EDT
I still need an example/steps to reproduce.
Comment 4 seetaram CLA 2009-08-08 02:10:50 EDT
Created attachment 143821 [details]
Can not be resolved
Comment 5 mishradma CLA 2009-08-09 05:04:32 EDT
(In reply to comment #1)
> Need more steps to reproduce - such as an example program. Are you seeing the
> error in the variables view, the expressions view, or a variable pop-up?


when We are tryingto do the remote debugging with JRUN application server.

I am getting the issue in all  three place 

1- variables view
2- expressions view
3- Popup view 

Screen shot is same as the attached "Can not be resolved".jpeg.
Comment 6 seetaram CLA 2009-08-09 22:39:39 EDT
(In reply to comment #5)
> (In reply to comment #1)
> > Need more steps to reproduce - such as an example program. Are you seeing the
> > error in the variables view, the expressions view, or a variable pop-up?
> 
> 
> when We are tryingto do the remote debugging with JRUN application server.
> 
> I am getting the issue in all  three place 
> 
> 1- variables view
> 2- expressions view
> 3- Popup view 
> 
> Screen shot is same as the attached "Can not be resolved".jpeg.
> 

Steps are here:
1. Write a simple java program in java perspective
2. Add some break points in that code
3. Debug the program
3. Try to inspect any variable value
Comment 7 Darin Wright CLA 2009-08-10 11:27:53 EDT
(In reply to comment #6)
> Steps are here:
> 1. Write a simple java program in java perspective
> 2. Add some break points in that code
> 3. Debug the program
> 3. Try to inspect any variable value

This steps work for me... 

Is the program being debugged compiled with variable attributes? You mentioned this is a remote debug scenario - is there a Java project compiled in the workspace that corresponds to the remote application?


Comment 8 seetaram CLA 2009-08-11 00:03:10 EDT
(In reply to comment #7)
> (In reply to comment #6)
> > Steps are here:
> > 1. Write a simple java program in java perspective
> > 2. Add some break points in that code
> > 3. Debug the program
> > 3. Try to inspect any variable value
> 
> This steps work for me... 
> 
> Is the program being debugged compiled with variable attributes? You mentioned
> this is a remote debug scenario - is there a Java project compiled in the
> workspace that corresponds to the remote application?
> 
May be it is difficult for you to reproduce this bug, the only thing I can do is capturing steps as video. It is really a big bug. Can I add video as attachment to this? or will you provide any email id where I send the video.

Comment 9 Darin Wright CLA 2009-08-11 10:20:06 EDT
A video might give more clues. You can attach to this bug. However, also indicate whether class files are compiled with local variable debug attributes.
Comment 10 Darin Wright CLA 2010-05-26 11:18:50 EDT
Not critical, cannot reproduce with information provided.
Comment 11 Michael Rennie CLA 2014-03-03 14:54:41 EST
Closing without more information to reproduce.