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 269028

Summary: issue in xdebug
Product: php Reporter: preeti1910
Component: DebuggerAssignee: Tomas Mysik <tmysik>
Status: RESOLVED WORKSFORME    
Severity: normal CC: junichi11
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: issue pic

Description preeti1910 2016-11-18 13:01:31 UTC
Created attachment 162951 [details]
issue pic

Hi,

I am using netbeans for php coding. I installed xdebugger and in phpinfo()..it shows that zend xdebugger is successfully installed..
But when I use debugging , netbeans continuosly showing at the bottom..
"waiting for connection (netbeans-xdebug) "

I have spent my 5 days , and done all changes as suggested in different forums but nothing worked.. can anyone please resolve my issue...
Comment 1 junichi11 2017-04-20 01:06:03 UTC
(In reply to preeti1910 from comment #0)
> I am using netbeans for php coding. I installed xdebugger and in
> phpinfo()..it shows that zend xdebugger is successfully installed..
> But when I use debugging , netbeans continuosly showing at the bottom..
> "waiting for connection (netbeans-xdebug) "

Currently, you have to restart IDE if you fail to connect to the xdebug in the stable version(NB8.2). (If you change configurations without restarting, perhaps, you cannot connect to it even if you set correct configurations.)

So please try it again in the development version[1]. Also see [2].

[1] http://bits.netbeans.org/download/trunk/nightly/latest/
[2] http://wiki.netbeans.org/HowToConfigureXDebug

Thanks.