Skip to content

Commit 3ac6b2d

Browse files
committed
auto trigger Xdebug3 on request in dev env
1 parent dadd550 commit 3ac6b2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env.dev

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ APP_SECRET=db451bc84dc761db739dbafc78798b9e
33
# Default dev database uses sqlite so there is no need for a database daemon.
44
DATABASE_URL=sqlite3:///%kernel.project_dir%/var/data.db
55
# Dummy default so that checks work whitout any config
6-
MAILER_DSN=smtp://localhost
6+
MAILER_DSN=smtp://localhost
7+
# Automatically trigger Xdebug3 on requests
8+
XDEBUG_TRIGGER=1

0 commit comments

Comments
 (0)