| Summary: | debug pointer jumps between running debug sessions | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Igor Leznik <igor> |
| Component: | PDT | Assignee: | Shalom Gibly <shalom> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | plan |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
change the hashCode(0 method in PHPStackFrame(line 332) :
public int hashCode() {
return getSourceName().hashCode() + fThread.hashCode();
}
Applied the fix. This bug also occurred under Windows systems. Thanks Moshe! verified - Close with last tag fixed |
have the following php code: <? for($i = 100000; $i > 0; $i--){ echo $i."\n"; sleep(1); } ?> -run to debug sessions on the file at the same time. -Pause both sessins. -make 'step over' *** The debug pointer jumps between the sessions.