0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Docker内でXdebugを使いたいのに、デバッグが通らない問題

Last updated at Posted at 2023-10-20

Docker上で開発作業を行っている。

ある日Xdebugを起動したところ、有効化されているのにデバッグが通らない。phpinfo()で確認しても問題は無さそう。
とりあえず再度docker-compose up --buildをしてみるが直らない。

解決策

docker compose build --no-cache

で解決。キャッシュが邪魔していたらしい。問題なくデバッグ出来ました。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?