It is very stressful to use PhpStorm when inspecting the Variables in the Debugger. Is there any way to order them for the used arrays? I already searched a long time but it does not seem to help anything to get it in that way. So if you look on the picture I want #attached
on the top and #user_category
on the bottom.
Select a variable or a property of a complex object in the Debug window, press F2 or right-click and choose Set Value... from the context menu, and then specify a new value and press Enter .
You can click on the Run icon in the gutter area and select the Debug option. You can invoke context actions on the class or main method by using Alt+Enter and choose the Debug action. You can also start it from the Run menu, or by pressing Shift F9.
Hover over a variable to see its value. The most commonly used way to look at variables is the DataTip. When stopped in the debugger hover the mouse cursor over the variable you want to look at. The DataTip will appear showing you the value of that variable.
You cannot set custom order (where you will order them as you wish) but you can activate alphabetical sorting order -- just activate appropriate option in Debug tool window settings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With