Solved lldb gui function keys not working in terminal (xfce)

I'm trying to use lldb to debug with. I'm not exactly expert, but I do ok with gdb and want to do things the freebsd way, so that's my motivation. Well, lldb is not gdb - it's a little weird. I found the gui command that gives you a text ui, kinda like "layout" in gdb. It looks swell, but doesn't repond to any function keys - surprise... In a virtual console (CTL-ALT-fX) it works fine, but in a terminal window - no dice.

So, is there a trick here to have the terminal capture the keystrokes like dosbox or a known way to get XFCE (or the terminal app) to not intercept the keystrokes?

Anybody using XFCE terminal (or any terminal app w/other freebd window environment, prolly has the same issue) for lldb debugging have any advice?
 
Wow, this is weird. If I make the window bigger, I can get F6 working, must be wonky ncurses code or something. Getting F1 to to work is in XFCE terminal - Edit->Preferences->Shortcuts, find F1 mapping and delete it. Then stuff seems to work. Go figure.
 
Back
Top