So I'm writing a game, and I'm getting crashes very intermittently occuring on movement. I'm trying to get a backtrace out of gdb, but it's incredibly tedious to keep bumbling around, hoping to hit the bug. I want an application that will send random keyboard events (preferably a subset chosen by me) to an X application (an SDL window in this case).
I tried googling and searching SuperUser, but if such an application exists (as I am sure there is) the keywords I'm using aren't hitting it.
Thanks in advance.