You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix xdebug settings in php.ini or 50_xdebug.ini in the openemr/openemr:flex docker image.
Describe the solution you'd like
We need to add these 2 lines of code to either php.ini in /etc/php7/ where the current xdebug config settings are in or in the 50_xdebug.ini file in /etc/php7/conf.d/
Describe the problem
Fix xdebug settings in php.ini or 50_xdebug.ini in the openemr/openemr:flex docker image.
Describe the solution you'd like
We need to add these 2 lines of code to either
php.ini
in/etc/php7/
where the current xdebug config settings are in or in the50_xdebug.ini
file in/etc/php7/conf.d/
VSCode users would then need to create a launch.json file with the following code:
After installing PHP Debug plugin
The text was updated successfully, but these errors were encountered: