Skip to content

kunimitsuh/php5-and-xdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode with xdebug for php5

run

docker build -t x . && docker run -it -p 8000:80 -v $(pwd):/var/www/html x

open http://localhost:8000/. If it went well, you will see 123 on browser.

Now set a breakpoint on a line of index.php

breakpoint

then run xdebug

debug

open http://localhost:8000/ again. it will stop by the breakpoint

About

use xdebug with php version 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors