请教怎么让 php-fpm/xdebug status 命令正常工作,我想手动启用 xdebug
start 、stop 都不好使

mac 信息

docker 版本

docker compose 版

xdebug 已在 workspace 和 php-fpm 中打开

PHP 7.4 xdebug 3.1.6
xdebug.ini 配置文件
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.idekey=PHPSTORM
xdebug.max_nesting_level=250
xdebug.mode=develop,debug,profile,trace
xdebug.start_with_request=yes
xdebug.cli_color=0
xdebug.profiler_append=0
xdebug.profiler_output_name=cachegrind.out.%p
xdebug.output_dir=/tmp
xdebug.trigger_value=StartProfileForMe
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.var_display_max_children=-1
xdebug.var_display_max_data=-1
xdebug.var_display_max_depth=-1
xdebug_info() 打印信息


