Skip to content

Instantly share code, notes, and snippets.

@irvine48
irvine48 / xdebug-vscode-setup.md
Last active June 20, 2025 21:35
Setup Laravel Homestead with VirtualBox and Xdebug 3.2 on Windows Host with VS Code IDE

Laravel Homestead + Xdebug 3.2 + VS Code Setup (Windows Host)

🧩 Enable/Disable Xdebug

phpenmod xdebug           # To check where xdebug.ini is located
sudo phpenmod xdebug      # To enable Xdebug
sudo phpdismod xdebug     # To disable Xdebug