D
D
Dmitriy2022-01-18 11:57:54
PHP
Dmitriy, 2022-01-18 11:57:54

Why doesn't XDebug, Waiting for incoming connection work?

The project is in local kubernetes (via minikube)
Further output from the cluster

php -v
PHP 7.4.24 (cli) (built: Oct 14 2021 23:39:49) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.24, Copyright (c), by Zend Technologies
    with Xdebug v3.1.1, Copyright (c) 2002-2021, by Derick Rethans

xdebug configuration
xdebug.idekey=PHPSTORM
xdebug.remote_enable=1
xdebug.remote_mode=req
xdebug.remote_host=192.168.49.1
xdebug.remote_connect_back=0
xdebug.max_nesting_level=512


I test the API and start debugging from http requests ,
61e68175135f1582152573.jpeg
then I get the following result
61e681853399d566323755.jpeg
. On this, it hangs, nothing happens.
How to fix this problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmitriy, 2022-01-18
@dmitriylanets

check xdebug.remote_host

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question