php has installed the xdebug module. The php.ini configuration is as follows:
[XDebug]
xdebug.profiler_output_dir= "D:phpStudytmpxdebug"
xdebug.trace_output_dir= "D:phpStudytmpxdebug"
xdebug.profiler_enable = 1
xdebug.auto_trace=on
xdebug.collect_params=on
zend_extension= "D:phpStudyphpphp-5.6.27-ntsextphp_xdebug.dll"
xdebug.idekey = PHPSTORM
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_host = "127.0.0.1"
; xdebug.var_display_max_children=256
; xdebug.var_display_max_data=512
Xdebug.var_display_max_depth=5
phpstorm
there is nothing on the display at the breakpoint. Can you give me some advice?