SublimeDebugger
SublimeDebugger copied to clipboard
Flickering content in debugger panels
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
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
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.
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
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
Running that command from the command palette should open a second window which will get populated with logs when running a debug session