LoginSignup
0
0

More than 3 years have passed since last update.

xdebugメモ

Last updated at Posted at 2019-08-28

xdebug.remote_autostart

xdebug.remote_autostart=1 にすると、Cookieに XDEBUG_SESSION を付与しなくてもデバッグセッションが始まる(ブレークするようになる)。

Linuxにxdebugを入れる時の手順

git clone https://github.com/xdebug/xdebug.git -b 2.7.2
cd xdebug
./rebuild

で、modules 内にビルドしたxdebug.soが生成される。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0