Bug 1641 - README: inspected fields not updated when stepping (1GF7R4X)
Summary: README: inspected fields not updated when stepping (1GF7R4X)
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:16 EDT by Darin Swanson CLA
Modified: 2001-10-24 06:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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