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 - issue in xdebug
Summary: issue in xdebug
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 13:01 UTC by preeti1910
Modified: 2017-04-20 01:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
issue pic (7.60 KB, image/png)
2016-11-18 13:01 UTC, preeti1910
Details

Note You need to log in before you can comment on or make changes to this bug.
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.