Replies: 1 comment 7 replies
-
use log, not debugger. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I put breakpoints in certain places, this happens.
I have realized that in the above, there is locking of X server between
xcb_grab_server
andxcb_ungrab_server
. However, even when I first breakpoint reached in the line right afterxcb_ungrab_server
, there is freeze. I am running agdb
process within VSCode.Can someone explain what is causing this and/or suggest another way to use debugger?
Beta Was this translation helpful? Give feedback.
All reactions