Hi list,
I'm trying to track down why my ide is freezing, and seems from the  terminal 
messages I have no debugging symbols, so wondered how to go about that
richard ~/gambas3-svn/src/trunk/app/src/gambas3  $  gdb gbx3                                                                                                          
GNU gdb (GDB) 7.0.1                                                                                                                                                   
Copyright (C) 2009 Free Software Foundation, Inc.                                                                                                                     
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>                                                                                         
This is free software: you are free to change and redistribute it.                                                                                                    
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"                                                                                            
and "show warranty" for details.                                                                                                                                      
This GDB was configured as "i686-pc-linux-gnu".                                                                                                                       
For bug reporting instructions, please see:                                                                                                                           
<http://www.gnu.org/software/gdb/bugs/>...                                                                                                                            
Reading symbols from /usr/bin/gbx3...(no debugging symbols found)...done.                                                                                             
(gdb) set args -p                                                                                                                                                     
(gdb) run                                                                                                                                                             
Starting program: /usr/bin/gbx3 -p                 
Apart from that, I seem to be getting there in terms of being more useful to 
report bugs.
Thanks
Richard