color of numeric array keys in debugger variables pane Permanently deleted user 创建于 2015年05月29日 04:21 Im using xdebug with phpstorm EAP/9. Some array keys are different colors in the variables pane when using the debugger...what do the colors mean?
Hi there,
Blue color for array keys / variable names means that their value was recently modified (as compared to previous step).
thanks!