首页 > 作文

vscode+php+xdebug won’t stop at breakpoint 断点不起作用

更新时间:2023-04-07 13:15:12 阅读: 评论:0

not stopping on breakpoints

breakpoint not working

原因:

1) php.ini xdebug 端口不配置的情况下,默认是 9000,如果vscode里面改为了其他端口,php.ini里面也要改为同样的端口。

如:

  a) vscode launch.json

"configurations": [        {            "name": "listen for xdebug",            "type": "php",            "request": "launch美丽乡村建设规划",            "port": 9179,            "stoponentry":true,            "log": true        },        {            "name": "launch currently open script",            "type": "php",            "request": "launch",            "program": "${file}",  一公里等于多少          护士考试模拟题"cwd": "${filedirname}",            "port": 9179,可爱颂音译歌词            "stoponentry": fal,            "log":true        }

php.ini 需要这么设置

[xdebug]xdebug.profiler_append = 0xdeb楚国辞赋家ug.profiler_enable = 1xdebug.profiler_enable_trigger = 0xdebug.profiler_output_dir ="d:\btsoft\websoft\temp\xdebug\"xdebug.trace_output_dir ="d:\btsoft\websoft\temp\xdebug\"xdebug.profiler_output_name = "cache.out.%t-%s"xdebug.remote_enable = 1xdebug.remote_handler = "dbgp"xdebug.remote_host = "127.0.0.1"xdebug.remote_autostart = 1xdebug.remote_autorestart=1xdebug.remote_connect_back=1xdebug.remote_port=9179xdebug.remote_log = "d:\btsoft\websoft\temp\xdebug\debug.log"zend_extension=php_xdebug.dll

否则断点不起作用

本文发布于:2023-04-07 13:15:10,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/db013741de3d3dcea172f4e3e1f7acf8.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:vscode+php+xdebug won’t stop at breakpoint 断点不起作用.doc

本文 PDF 下载地址:vscode+php+xdebug won’t stop at breakpoint 断点不起作用.pdf

标签:端口   楚国   辞赋   也要
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图