Debugger doesn’t hit, although Xdebug is installed

I have included Xdbug from php.ini. How to enable debugging from eclipse. I install a debugger in eclipse, but they never get there, every time it tries to debug a new configuration, it is created.

enter image description here

enter image description here

debugger setup: enter image description here

+3
source share
2 answers

resolved it, the
following lines were commented. xdebug.remote_enable = true xdebug.remote_host = local xdebug.remote_port = 10000 xdebug.remote_handler = DBGp xdebug.profiler_enable = 1 xdebug.profiler_output_dir = "C: \ XAMPP \ TMP"

0
source

, . . Eclipse Debug, debug. , Open Perspective.

Open perspective

vhosts, . Windows -> Preferences, PHP -> Debug. PHP Servers vhost.

. , , . , Run -> Debug History. , .

0

All Articles