Bug 1641

Summary: README: inspected fields not updated when stepping (1GF7R4X)
Product: [Eclipse Project] JDT Reporter: Darin Swanson <Darin_Swanson>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description Darin Swanson CLA 2001-10-10 22:16:47 EDT
AK (6/12/01 5:12:37 PM)
	1. junit
	2. breakpoint in the first line of VectorTest::setUp
	3. debug
	4. hit the breakpoint
	5. select fFull in the method body (in the editor and use inspect)
	6. the correct value i.e. null shows up
	7. step over,
	8. step over
	note: the value of fEmpty is not updated !

	9. select it again and use inspect again
	10. now it does show the updated value

NOTES:

DW (6/12/01 10:22:20 AM)
	This is the expected behaviour. When you inspect "fFull", you are evaluating
	the expression "fFull", which evaluates to null. You are NOT inspecting the
	field. After fFull has been assigned a value, the updating works because the
	value associated with the expression "fFull" is an object that is changing.

	Make a README for June.

DW (6/15/01 11:13:55 AM)
	Added to README.
Comment 1 Darin Wright CLA 2001-10-15 12:11:07 EDT
Closed.
Comment 2 DJ Houghton CLA 2001-10-24 06:37:15 EDT
PRODUCT VERSION:
	122