Feature request: Add the ability to set xdebug modes #167
riasvdv
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Currently, the app simply detects which extensions are loaded, but I could add some extra functionality to account for these different Xdebug modes. Do you find yourself switching the actual mode of Xdebug often? I find myself toggling the extension on and off most of the time, but I can understand you might want to switch between some of these. I've opened an issue (#168) for this feature request. If I find the time, I will look into this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
xDebug has the following modes:
It's quite bothersome to have to open & edit your php.ini file to change the mode, it would be nice if the xdebug toggle also had a menu to select the mode (click to toggle the extension, hover to open the menu maybe? Don't know exactly what's possible there)
Beta Was this translation helpful? Give feedback.
All reactions