T
T
Tsarev Vadim2019-05-16 09:48:14
PHP
Tsarev Vadim, 2019-05-16 09:48:14

[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 5cdd0817618df691621986.jpeg, 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

1 answer(s)
T
Tsarev Vadim, 2019-05-16
@zava75

Settings change when changing php versions in phpstorm5cdd0bd05950e232189843.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question