Y
Y
Yuri Voronin2020-01-15 14:31:53
xdebug
Yuri Voronin, 2020-01-15 14:31:53

Why does Xdebug hang in PhpStorm with OpenServer?

php 7.1
phpstorm 2018.2
open server 5.2.2
Configured according to this article I
read this
I tried to add a configuration debug, it does not work.
If I put a breakpoint, then the page starts loading endlessly.
And I have projects on OpenServer on version php 7.0. Everything stops in the right places.
Let me know what else to see.

[xdebug]

zend_extension="%sprogdir%/modules/php/%phpdriver%/ext/php_xdebug.dll"
;xdebug.default_enable = 1
xdebug.auto_trace = 0
xdebug.collect_includes = 1
;xdebug.collect_params = 4
;xdebug.collect_return = 1
;xdebug.collect_assignments = 1
;xdebug.collect_vars = 1
xdebug.dump.REQUEST = *
xdebug.dump.SESSION = *
xdebug.dump.SERVER = REMOTE_ADDR,REQUEST_METHOD
;xdebug.dump.COOKIE =
;xdebug.dump.FILES =
;xdebug.dump.GET =
;xdebug.dump.POST =
xdebug.dump_globals = 1
xdebug.dump_once = 1
xdebug.dump_undefined = 1
xdebug.extended_info = 1
;xdebug.file_link_format = ""
;xdebug.idekey = ""
;xdebug.manual_url = "http://www.php.net"
xdebug.max_nesting_level = 256
xdebug.overload_var_dump = 1
;xdebug.profiler_append = 1
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir="%sprogdir%/userdata/temp/xdebug/"
xdebug.profiler_output_name = "cachegrind.out.%H%R"
;xdebug.remote_autostart = 0
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.idekey = "PHPSTORM"
xdebug.remote_host = "localhost"
;xdebug.remote_log = "none"
;xdebug.remote_mode = "req"
xdebug.remote_port = 9000
;xdebug.scream = 1
;xdebug.show_exception_trace = 0
;xdebug.show_local_vars = 1
;xdebug.show_mem_delta = 1
;xdebug.trace_format = 1
;xdebug.trace_options = 1
xdebug.trace_output_dir = "%sprogdir%/userdata/temp/xdebug/"
;xdebug.trace_output_name = "trace.%H%R"
xdebug.var_display_max_children = 256
;xdebug.var_display_max_data = 1024
xdebug.var_display_max_depth = 16
;xdebug.remote_cookie_expire_time = 3600

5e1ef5c6e4d3b828832698.png
5e1ef5cd86798474690969.png
5e1ef5d49e735884851786.png
5e1ef70da1f78069276682.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Voronin, 2020-01-28
@yuraSco

Updated phpStorm version to 2019.3.2 - everything worked

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question