On Thu, 2007-03-01 at 14:34 +0300, Andrew E. Makeev wrote:
В Чтв, 01/03/2007 в 12:00 +0100, Xavier Larrode пишет:
Hi all,
I don't manage to use gdb with my gtkmm application.
I set a breakpoint somewhere and when the application stop on the break
point i can't interact with gdb, i can't write anything on my terminal
such as next ;)
Any idea ?
I guess, that's not gtkmm problem.
Usually, you have desktop frozen when gdb hit breakpoint after
application did global "grab keyboard/pointer lock".
it is frequently possible to use window manager workspace switches (e.g.
Ctrl-Alt-1 in my iceWM config) to switch to a different workspace and
then back again, breaking the locking grab.