Vscode debug display #749
Replies: 2 comments 1 reply
-
Please check your Please also note that this vscode-discussions forum is currently intended for people who are developing extensions for VS Code. More information including pointers to other sites are available here. |
Beta Was this translation helpful? Give feedback.
-
The reason why the PHP Debug window is not showing up on your Mac mini M1 is most likely because Xdebug is not enabled. To enable Xdebug, you need to add the following lines to your php.ini file:
Once you have added these lines to your php.ini file, you need to restart your web server. Then, you should be able to see the PHP Debug window in VS Code. Here are the steps on how to enable Xdebug on your Mac mini M1:
The PHP Debug window should now be visible in VS Code. If you are still having trouble getting the PHP Debug window to show up, you can try the following:
|
Beta Was this translation helpful? Give feedback.
-
I don't know which updated version of vscode or php xdebug shows below:
However, it only shows up on my Macpro M1 computer.
On Mac mini M1 it doesn't show up.
Both computers run the following versions:
Vscode: 1.81.0
PHP Debug: 1.32.1
Can anyone help me display it on mac mini.
Thank for your help
Beta Was this translation helpful? Give feedback.
All reactions