

Note, "profile" setting cannot be used when only listening for Xdebug. Add "profile": true setting, to profile requests and console application.

Profiling collects data about your application and saves them into a directory specified with xdebug.output_dir PHP ini setting.

This value has to match setting in php.ini. Default is false to output the program in the VS Code's Debug Console.
