/[freeride]/freeride/plugins/rubyide_tools_debugger/debuggee.rb
ViewVC logotype

Diff of /freeride/plugins/rubyide_tools_debugger/debuggee.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by ljulliar, Sat Feb 8 09:43:10 2003 UTC revision 1.3 by ljulliar, Sat Feb 8 17:03:47 2003 UTC
# Line 871  EOHELP Line 871  EOHELP
871    
872        when 'c-call'        when 'c-call'
873          frame_set_pos(file, line)          frame_set_pos(file, line)
874            if id == :require and klass == Kernel
875              @frames.unshift [binding, file, line, id]
876            else
877              frame_set_pos(file, line)
878            end
879            
880          when 'c-return'
881            if id == :require and klass == Kernel
882              if @frames.size == @finish_pos
883                @stop_next = 1
884                @finish_pos = 0
885              end
886              @frames.shift
887            end
888    
889        when 'class'        when 'class'
890          @frames.unshift [binding, file, line, id]          @frames.unshift [binding, file, line, id]

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26