Answer the question
In order to leave comments, you need to log in
[Solved] XDebug PhpStorm OpenServer PHP7* breakpoints not working?
Decided to change the version of Open server Help who can SOS!! The second day I suffer breakpoints do not work in the test script, only the first one is worked out, and php 56 is normal , only I translate php7 and above, only the first one works, when you press f7 - f8, the script is executed. Simple code for testing
<?php
//phpinfo();
$s = 10;
$d = 20;
$result = $s + $d;
echo $result;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question