Not breaking from Terminal

I've forgotten something, I can't hit breakpoints from the Terminal.

Listening switched on.

Breakpoints are being hit from scripts/CLI interpreter setup in Settings.

XDEBUG_CONFIG=idekey=PHPSTORM added to Terminal Environment Variables.

I can't remember what else there is.....

 

0
2 comments

Please try appending the -dxdebug.mode=debug -dxdebug.start_with_request=yes (-dxdebug.remote_enable=1 -dxdebug.remote_autostart=1 for Xdebug 2) arguments.

0

Thank you very much. That's working now.

0

Please sign in to leave a comment.