View Issue Details

IDProjectCategoryView StatusLast Update
0001264XdebugInstallationpublic2016-02-08 18:43
Reportermangulo Assigned Toderick  
PriorityimmediateSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
Platformwindows 7OSxdebug Version 2.3.3 OS Versionphp 5.6
Product Version2.3.3 
Summary0001264: Waiting for connect to Netbeans
Description

I am using netbeans 8.1 on version Windows 7

I never cannot connect to Netbeans

http://stackoverflow.com/questions/35212667/i-get-the-error-waiting-for-connection-xdebug-on-netbeans-on-ubuntu-14-04

Steps To Reproduce

I have configured my file php.ini so:

the path is /etc/php5/apache/

zend_extension="/usr/lib/php5/20131226/xdebug.so"
xdebug.remote_autostart=1
xdebug.remote_enable = 1
xdebug.remote_handler= "dbpg"
xdebug.remote_mode ="req"
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9000
xdebug.remote_connect_back = 1
xdebug.idekey="netbeans-xdebug"

In my info.php appears active

Additional Information

Version mysql 5.5.47-0ubuntu0.14.04.1

Version apache

I use apache 2

TagsNo tags attached.
Operating SystemWindows 7
PHP Version5.6.15-5.6.19

Activities

derick

2016-02-08 18:43

administrator   ~0003445

You've misspelled:

xdebug.remote_handler= "dbpg" 

It should be dbgp (or rather, just remove the whole line).

Please use the mailinglists for support connecting to IDEs in the future. In this case, you are probably best off by contacting Netbeans' support team.

cheers,
Derick

Issue History

Date Modified Username Field Change
2016-02-05 15:08 mangulo New Issue
2016-02-08 18:43 derick Note Added: 0003445
2016-02-08 18:43 derick Status new => resolved
2016-02-08 18:43 derick Resolution open => not fixable
2016-02-08 18:43 derick Assigned To => derick