| Summary: | Debug Website does not work because of used port 10000 | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | coding |
| Component: | PDT | Assignee: | PHP Debug <php.debug-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | jacek.pospychala, zulus |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
coding
hi Alex, would changing debugger port work for you? You can do this in preferences -> PHP -> Debug -> Installed Debuggers. Choose Zend Debugger, press "Configure" and use some other port than 10000. (btw. on my machine it uses 10137, not sure why) you may need to restart Studio for changes to take effect. I changed the port already and it is working now, but I think the user should get an message if port 10000 is in use, so at least he knows why the debugging of a website does not work. Alex Prior to PDT 2.1 this is exactly what PDT did. However someone raised a bug saying that PDT should not display a dialog box telling you that it is in use, it should only add an entry to the error log. So now this is the behaviour. If I read the right bug the dialog was shown at startup of eclipse, but I think it should show the dialog when starting debugging as website. It's older than bug 364307, but this task have correct title. *** This bug has been marked as a duplicate of bug 364307 *** |