Community
Participate
Working Groups
Hi, so I have created new issue for XDebug. There is a problem when we click with right button of mouse on some element of array in Variables View and choose an option "Create Watch Expression" for example if we want to create watch expression $_SERVER['HTTP_REFERER'] we click on the plus near $_SERVER variable and look for key HTTP_REFERER, than click by right button and choose "Create Watch Expression", but the watch expression is only a key of our array, so it looks like HTTP_REFERER instead of $_SERVER['HTTP_REFERER']