Problem using Zend Debugger in PhpStorm 98.240

I have a registered copy of PhPStorm 1.02, but recently download the EAP version of PhpStorm 98.240 since I read it supported the Zend Debugger.

I download the Zend Debugger, and configured my local server (WAMP) for it by adding the following lines at the end of php.ini:

[Zend]
zend_extension_ts="c:\wamp\bin\php\php5.2.11\ZendDebugger.dll"
zend_debugger.allow_hosts=127.0.0.1/32
zend_debugger.expose_remotely=always

I then restarted Apache, and verified the debugger is loaded using phpinfo().

Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    with Zend Debugger v5.2.15, Copyright (c) 1999-2008, by Zend Technologies

I have configured both the settings tab, and the project configuration in PhpStorm to use the Zend Debugger.  But when I press the Debug icon, I only see the message "Waiting for incoming message with session id=1000", and I never reach my breakpoint.

Am I missing something?

Thanks,
Tom

0
4 comments

Thomas, have you tried the Xdebugger yet? That worked for me with fairly minimal fuss.

0

What did you configurated exactly? I don't understand from the message - did you use Zend Browser Toolbar(or invoke debug session from ide)?

Please attach your log files.
Follow this instruction to do this - http://devnet.jetbrains.net/docs/DOC-1202 (In case of Zend Debugger you can omit 2 and 3 items)

0

What did you configurated exactly? I don't understand from the message - did you use Zend Browser Toolbar(or invoke debug session from ide)?

Please attach your log files.
Follow this instruction to do this - http://devnet.jetbrains.net/docs/DOC-1202 (In case of Zend Debugger you can omit 2 and 3 items)

I went into Settings, and under Debugger -> PHP, selected Zend Debugger.  I did not change any of the default port numbers.

Under Edit Configuration, I also selected Zend Debugger.  I invoked the debug session from the IDE using the Debug button. It just sits there saying "Waiting for incoming connection port 10000"


I am ataching my log file idea.log.


Attachment(s):
idea.log.zip
0

Hello, Thomas

Thanks for your logs. But I cannot find the tracks of the Zend Debugger - it looks like you have XDebug started instead of Zend Debugger.
Did you take log right after attempt to start Zend Debugger?

Also, you can check your run configurations - "Zend Debugger" should be selected on the "Debug" tab.

0

Please sign in to leave a comment.