Answer the question
In order to leave comments, you need to log in
PHPstorm + Xdebug not showing current breakpoint?
[xdebug]
xdebug.remote_enable=1
xdebug.idekey="PHPSTORM"
xdebug.profiler_output_dir="/tmp/xdebug/"
xdebug.trace_output_dir="/tmp/xdebug/"
xdebug.remote_autostart=1
xdebug.remote_log="/tmp/xdebug/log"
<?php
$i=0;
$i++;
$i='a';
require 'vendor/autoload.php';
print 1;
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