Double arrow appears on arrays and prevents interaction with the object. Windows 11 #816
Replies: 2 comments
-
RayBugScreenshot-2023-08-08.docx I placed a screenshot in a Word doc. I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I believe I have proven that the issue is related to screen refresh. I had the line below using ray()->count(); I hope this helps Brian |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
After running a laravel app, sometimes the output shows a double arrow on arrays or objects. When the double arrow is shown, the app does not allow you to manipulate the data. (no fold or unflod).
This seems to be random. I can't find anything that triggers it. I can run the debug 3 times ind it might happen once to a handful of outputs.
Versions
Ray version (you can see this in "About Ray"):
Ray 2.5.1.0 (Setup with Laravel 9, Docker v4.18.0 (104112))
Running WSL v2 with Ubuntu 20.04
Docker with Debian GNU/Linux 12 (bookworm)
Laravel 9.52.13
spatie/laravel-ray 1.32.6 Easily debug Laravel apps
spatie/ray 1.37.2 Debug with Ray to fix problems faster
PHP 8.2.8 (cli) (built: Jul 28 2023 12:00:02) (NTS)
To Reproduce
It's int he normal course of debugging. It seems to be random if it happens. I can debug the same code several times and it may only happen a couple times.
I am usning ray()->count() which seems to reload the screen a lot. I am polling for a certain action to be complete and I am counting the number of times i hvae to make the call. Eaxh call happens abou t a seond apart.
I have debug code assigned to ->blue() and queries assigned to ->orange(). Requests are gonig to the default grey.
Expected behavior
Show one arrow that will let you fold and unfold data as necessary.
Screenshots
I can't seem to paste a screenshot. I can provide them if they would help. Email is below.
Desktop (please complete the following information):
Processor 12th gen Intel Core i7-12700H 2.3 GHz with 32G memory
Additional context
Add any other context about the problem here.
** email **
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions