Bug 1655

Summary: BUG - Timing out on toString; total redraw of debug view (1GG8SQJ)
Product: [Eclipse Project] JDT Reporter: Darin Swanson <Darin_Swanson>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description Darin Swanson CLA 2001-10-10 22:17:02 EDT
DS (7/2/01 10:18:22 AM)
	Test Case
	Point a breakpoint in Hello where indicated, and a breakpoint in the toString()
	Debug
	Swipe new Hello() line and Display

You correctly timeout evaluating the toString, and the debug view but
for some time the entire debug view is blank and then redraws.

Code:
	
		public class Hello {
 			public static void main (String[] args) {
			 	String out= "Hello";
			 	new Hello();
			 	System.out.println("Breakpoint here");
			 }
 
		 public String toString() {
		 	return "Another Breakpoint";
		 }
	}

DS (8/9/01 1:37:36 PM)
	NE and I looked into the "flash" problem in the viewers.  I believe that he is looking into the problem.
	May just be an underlying widget limitation.
Comment 1 Darin Wright CLA 2001-10-12 14:20:37 EDT
Appears fixed in latest code stream.
Comment 2 Jared Burns CLA 2001-10-17 14:17:56 EDT
I don't see any undue redrawing. Verified.
Comment 3 DJ Houghton CLA 2001-10-24 06:37:31 EDT
PRODUCT VERSION:
0.9