Difference between #57 and #58 of
Yii3 - How to start

Revision #58 has been created by rackycz rackycz on Apr 25, 2026, 9:13:53 AM with the memo:

xdebug
« previous (#57) next (#59) »

Changes

Title unchanged

Yii3 - How to start

Category unchanged

Tutorials

Yii version unchanged

3.0

Tags unchanged

Content changed

[...]
XDEBUG_CONFIG="client_host=host.docker.internal start_with_request=yes"
```

Method `xdebug_info()` will still show `xdebug.mode=develop`, but `Step Debugger` will be `enabled`.

> You can enhance it by appending `idekey`, but IDE setup then may require you to specify
 "IDE Key (session id)", the host (localhost:80) and set "path mapping" so that your local project-folder is mapped to "/app". All is done via IDE configuration.
>
>
> `XDEBUG_CONFIG="client_host=host.docker.internal start_with_request=yes idekey=yii3debug`
>
[...]
2 0
5 followers
Viewed: 69 467 times
Version: 3.0
Category: Tutorials
Tags:
Written by: rackycz rackycz
Last updated by: rackycz rackycz
Created on: Oct 8, 2025
Last updated: 7 hours ago
Update Article

Revisions

View all history