[Fxruby-users] gdb and FXRuby
Status: Inactive
Brought to you by:
lyle
From: Joel V. <vj...@PA...> - 2003-08-09 19:59:20
|
I'm trying to debug a fxerror message that my ruby program generates. The message is "FXDCWindow::drawIcon: illegal icon specified." The icon works fine in other contexts, so I'm suspecting FXRuby. I'd like to be able to step into the routines that generate the message, to see what the problem is, but I'm not able to 'list' from gdb, even after selecting the correct frame. The listing just shows the main() of ruby. The 'sharedlibrary fox' command tells me that symbols for fox.so have already been loaded. Any suggestions? |