| Summary: | In debug perspective -> debug view lines numbering is not always correct. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Igor Leznik <igor> |
| Component: | PDT | Assignee: | 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
add lines in PHPModelPresentation (after line 173):
PHPThread thread = (PHPThread) frame.getThread();
PHPStackFrame topFrame = (PHPStackFrame) thread.getTopStackFrame();
if (topFrame.equals(frame)) {
frame = topFrame;
}
Applied the fix. Thank you Moshe!!! fixed |