SublimeDebugger icon indicating copy to clipboard operation
SublimeDebugger copied to clipboard

Flickering content in debugger panels

Open ilmoralito opened this issue 10 months ago • 5 comments

Starting with the March 24 update, I began to notice the behavior that apparently occurs when the screen refreshes. The debugger elements disappear for a while and then appear again. I attach a video of the behavior discussed. Any hint on how to correct this. Greetings and thanks in advance

sublime-debugger.webm

ilmoralito avatar Apr 18 '24 16:04 ilmoralito

With the tab/control bar on the bottom it has to disappear when it detects scrolling and come back when scrolling has stopped it will bounce up and down

daveleroy avatar Apr 18 '24 20:04 daveleroy

Hello. Thanks for answering. I understand this is the expected behavior. In my case, the experience is that when I extend the content of some element, something like a refresh occurs and I have to do it until I can see the information I want.

ilmoralito avatar Apr 19 '24 04:04 ilmoralito

I'm not really sure whats happening here it kind of looks like the adapter is sending a stop event and the whole thing is refreshed.

I can't really tell what you are clicking on here. Are the variables you have expanded collapsing when it happens?

Debugger: Show Protocol would let you see if there is anything besides the variable requests going on when you expand stuff

daveleroy avatar May 04 '24 20:05 daveleroy

What you describe is the experience I have when debugging. Regarding Debugger: Show Protocol I don't understand what I should do. Could you tell me how to proceed here. Greetings and thanks

ilmoralito avatar May 08 '24 17:05 ilmoralito

Running that command from the command palette should open a second window which will get populated with logs when running a debug session

daveleroy avatar May 10 '24 22:05 daveleroy