php-xdebug-docker icon indicating copy to clipboard operation
php-xdebug-docker copied to clipboard

Breakpoint is not triggering

Open lalkrishna opened this issue 3 years ago • 0 comments

Steps:

  • Checkout the project
  • docker-compose up --build -d on the terminal.
  • Run XDebug from VSCODE

Browsers I've tried: Chrome/Safari/Firefox

When I loaded website, phpinfo shows

xdebug.client_host | localhost | localhost
-- | -- | --
xdebug.client_port | 9003 | 9003

lalkrishna avatar May 02 '21 09:05 lalkrishna