Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode调试PHP #7

Open
zi6xuan opened this issue Apr 13, 2018 · 0 comments
Open

VSCode调试PHP #7

zi6xuan opened this issue Apr 13, 2018 · 0 comments

Comments

@zi6xuan
Copy link
Owner

zi6xuan commented Apr 13, 2018

官方文档地址
实际安装调试开发环境可以通过安装WAMP全家桶来搞定
我想说的是,我们安装的php环境里面可能默认没有这个东西

[XDebug]
xdebug.remote_enable = 1
xdebug.remote_autostart = 1

一定要看仔细,这两个选项,必须是开启状态,尤其是remote_autostart,如果没有开启此选项,将不能自动开始调试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant