Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 160443

Summary: In debug perspective -> debug view lines numbering is not always correct.
Product: z_Archived Reporter: Igor Leznik <igor>
Component: PDTAssignee: Shalom Gibly <shalom>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P2 Keywords: plan
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Igor Leznik CLA 2006-10-11 05:14:01 EDT
In debug perspective -> debug view lines numbering is not always correct.
Comment 1 moshe CLA 2007-02-14 10:48:12 EST
add lines in PHPModelPresentation (after line 173):
PHPThread thread = (PHPThread) frame.getThread();
PHPStackFrame topFrame = (PHPStackFrame) thread.getTopStackFrame();
if (topFrame.equals(frame)) {
	frame = topFrame;				
}
Comment 2 Shalom Gibly CLA 2007-02-14 11:11:20 EST
Applied the fix.
Thank you Moshe!!!
Comment 3 Gadi Goldbarg CLA 2007-02-18 03:25:25 EST
fixed