color of numeric array keys in debugger variables pane

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?


debugger.PNG

0

Hi there,

Blue color for array keys / variable names means that their value was recently modified (as compared to previous step).

0
Avatar
Permanently deleted user

thanks!

0

请先登录再写评论。