I have a few problems with setting up the Zend Debugger. I have installed the Zend Server CE. I am using Zend Studio as my development environment.
In Zend Studio under Debug Configurations, i can test the Debugger. Everything works fine. But when i try to debug my project, the browser pops up and shows the right page but the debug session is terminated directly. I set a breakpoint in my IndexController but the debug session is terminated directly.
Under my Zend Server Logs tab, the Server Error Log says "[Zend Debugger] Cannot send message".
Can anybody help me?