Categories
Azure

Enable Xdebug to profile your PHP app on App Service

Since the old blog post for enabling Xdebug we have included Xdebug DLLs at the platform level but this is not enable due to performance impact on your app. Follow the steps below to enable Xdebug on Azure app service Web Apps. Enable Xdebug Step 1: Create a new folder in the bin directory called xdebug_profiles. If you […]