Run -> Debug を選択すると、Warning: Header may not contain NUL bytes in ... と出る。php.ini の [XDebug] のセクションに、
xdebug.remote_autostart = 1
を追加するとでなくなった。

WEBプログラミング関連の技術系の備忘録用ブログ
Run -> Debug を選択すると、Warning: Header may not contain NUL bytes in ... と出る。php.ini の [XDebug] のセクションに、
xdebug.remote_autostart = 1
を追加するとでなくなった。