waiting for connection (netbeans-xdebug) gets stuck

后端 未结 2 1256
隐瞒了意图╮
隐瞒了意图╮ 2020-12-18 15:40

I am using windows 8, Netbeans 8.2, php 5.6, Apache and mysql. I installed them manually and did not use all-in-one package like WAMP.

When I click on debugging icon

相关标签:
2条回答
  • 2020-12-18 15:56

    Do not use xdebug 2.5 RC on Windows -- it has issues (does not work -- regardless what IDE is used, be it NetBeans or PhpStorm).

    Use stable xdebug 2.4.1 for now.

    • https://bugs.xdebug.org/view.php?id=1361
    • https://bugs.xdebug.org/view.php?id=1366
    0 讨论(0)
  • 2020-12-18 16:10

    [xdebug]

    xdebug.remote_host=127.0.0.1

    istead of

    [xdebug]

    xdebug.remote_host = "localhost"

    0 讨论(0)
提交回复
热议问题