gmarsano

Results 2 comments of gmarsano

> Alternatively I would suggest to use "Listen for Xdebug" and run your program in a separate shell. Set the `XDEBUG_MODE` env to debug. > > `XDEBUG_MODE=debug php script.php <...

Thanks, It works! I made some changes for flexibility with script name or input location in case of using an external terminal. ```json { "name": "Launch currently open script with...