This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243429 - Socket exception when debugging
Summary: Socket exception when debugging
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 05:41 UTC by udgeet
Modified: 2014-07-22 07:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (44.00 KB, text/plain)
2014-04-01 05:41 UTC, udgeet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description udgeet 2014-04-01 05:41:36 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) Client VM 24.45-b08
Comment 1 udgeet 2014-04-01 05:41:42 UTC
Created attachment 146453 [details]
IDE log
Comment 2 udgeet 2014-04-01 05:50:27 UTC
I have setup xdebug with zend server.
Comment 3 udgeet 2014-04-01 09:20:17 UTC
I have setup xdebug with zend server. I have created new php project and in index.php of that project added a break point. Now For first time when i started debugging it shows (netbeans-xdebug)running) and in browser it reloads for some time. Now I stopped the debugger it shows socket exception describes that try to remove watches or else report issue and then again started it shows(waiting for connection(netbeans-xdebug)) in status bar and nothing happens after that.

Configuration : 

=> Added php_xdebug-2.2.4-5.3-vc9-nts.dll file under ZendServer/lib folder.

=> Zend debugger and zend optimizer plus is disabled.

=> Added zend_extension="path to xdebug dll file" before zend_extension="path to zendextensionmanager.dll file" in php.ini

=> And also added 
[XDebug] 
xdebug.remote_enable=true
xdebug.idekey="netbeans-xdebug" 

to php.ini file
Comment 4 Ondrej Brejla 2014-07-22 07:58:54 UTC
Sorry, xdebug works properly for me. Here you can find some additional info [1].

[1] http://wiki.netbeans.org/HowToConfigureXDebug