Bug 1655 - BUG - Timing out on toString; total redraw of debug view (1GG8SQJ)
Summary: BUG - Timing out on toString; total redraw of debug view (1GG8SQJ)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P1 minor (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:17 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: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