Visual Studio Code - Xdebug won't work
问题 In Visual Studio Code (1.9.1) (mac) i have setup the php-debug plugin. In the debug screen i start ' listen for Xdebug '. After this i open the index.php on my XAMPP server (local). But nothing happens. the blue bar at the bottom of the screen turns orange. the step over, step into and step out buttons are greyed out. Also the following error message occurs at the watched variables: cannot evaluate code without an connection I try to use breakpoints on the following code: <?php $i = 0; do {