Community
Participate
Working Groups
Hover over variables while debugging should act the same as the inspect mechanism works. Steps to reproduce: 1. Create a new PHP file with the following code: $var = " xxx <> yyy "; echo "var : $var"; 2. Debug the PHP file (local or remote debugging) 3. Step to the second line - F5 (echo "var : $var";) 4. Hover with the mouse over $var Expected Result: The tooltip shows: $var = (string:12) xxx <> zzz Actual Result: The tooltip shows: $var = (string:12) xxx zzz
Created attachment 179587 [details] patch
thanks!
Verified.