The debugger crashes immediately on the first code line of any script (e.g. print "Hello world!\n").
The debugger console says:
/tmp/untitled2.rb:1: [BUG] Segmentation fault
ruby 1.8.2 (2005-01-10) [i386-linux]
The freeride.log:
2005-03-23 11:25:36 :: [INFO] Plugin(rubyide_tools_debugger): Running debugger command: /usr/bin/ruby -C
"/home/schrotie/prog/mmc" -r "drb" -r
"/usr/local/FreeRIDE/plugins/rubyide_tools_debugger/debuggee.rb" "/tmp/untitled2.rb"
/tmp/fr_dbg_5996.1
2005-03-23 11:25:36 :: [INFO] Plugin(rubyide_tools_debugger): Remote Debugger Started at URI :
druby://kyb281.biologie.uni-bielefeld.de:45924, process id 6112
2005-03-23 11:25:36 :: [INFO] Plugin(rubyide_tools_debugger): Debugger session started
/system/ui/components/Debugger/1/
2005-03-23 11:25:37 :: [INFO] Plugin(rubyide_tools_debugger): Debugger session stopped
/system/ui/components/Debugger/1/
Freeride 0.9.3 installed with the linux installer shell script on debian sarge (up to date), ruby 1.8.2 |