Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard flickering due to unexpected disappear/re-appear of original one-line src code at the top #305

Open
uboats opened this issue Nov 1, 2023 · 0 comments

Comments

@uboats
Copy link

uboats commented Nov 1, 2023

In gdb + dashboard, when I stepped over the code, sometimes, the dashboard screen would be flickering. The reason seems to be the random appearance/disappearance of original gdb one-line source code display at the top of terminal window.

──────────────────────────────────────── ### here is top of terminal window (but you can still scroll up to see duplicated breakpoints/variables sections
1200 printf(xxxxxx) ### random disappear then re-appear during step over, and then below Threads section moves up and down looks like the screen is flickering
─── Threads ─────────────────────────────────
[2] xxxxxx
[1] xxxxx
─── Stack ───────────────────────────────────
....
...

Also, although terminal window is fully filled with selected sections (dashboard -layout threads stack breakpoints source variables history), the vertical scroll is still there. If I scroll up to end, I can only see duplicated history/breakpoints/variables sections (see below) with error messages. Not sure whether this is related to the flickering issue.

─── Breakpoints ──────────────────────────────────────
Traceback (most recent call last):
File "", line 558, in render
File "", line 2340, in lines
File "", line 290, in format_address
error: Selected thread is running.
─── Source ─────────────────────────────────────────
─── Variables ─────────────────────────────────────────
Traceback (most recent call last):
File "", line 558, in render
File "", line 1632, in lines
error: No frame is currently selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant