2
[Zend Debugger] Cannot receive start command
...
[Zend Debugger] Cannot send message

我用谷歌搜索,发现还有其他人也有这个问题(这里这个在 serverfault 上),但不幸的是还没有修复。

PHP 5.2.8 (cli) (built: Dec  8 2008 19:31:23)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

是否有官方修复此问题?

4

1 回答 1

1

Well, like Henrik already said, this is hard to diagnose with no information about your setup at all. Also, if Roman (the rbzend from the thread you linked at the Zend Forum) has no solution at hand, it is likely really an incompatibility you have to live with for now.

If this is something that was fixed, your best bet would be to download the latest version of Zend Debugger from the Zend website. Then go through installation again as explained in the Sticky Note Setting Up Zend Debugger in the Zend Forum.

If reinstalling Zend Debugger doesn't help and you do have a valid support license with Zend, you might want to open a ticket with Zend Support. I have opened a few tickets with them myself and found them very helpful. So far, they solved all issues I had with Zend Debugger and Zend Studio. If you don't have a valid license, you can still register for the Zend Forum and ask there.

As a random idea, you might get the Debugger working by disabling IPv6 in Zend Studio/Eclipse by starting it with -Djava.net.preferIPv4Stack=true. I remember I had an issue with Zend Debugger because of that once. But of course it might be completely unrelated to your troubles - it's really just a straw.

Finally, if you don't mind, you can still change to XDebug instead.

于 2010-06-22T16:14:38.797 回答