/[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.7 by ljulliar, Mon Apr 28 21:26:05 2003 UTC revision 1.8 by ljulliar, Thu May 1 12:34:39 2003 UTC
# Line 46  SCRIPT_LINES__ = {} unless defined? SCRI Line 46  SCRIPT_LINES__ = {} unless defined? SCRI
46  # Redefine the DRb run method to mark all DRb threads with  # Redefine the DRb run method to mark all DRb threads with
47  # a 'hidden' flag so they are not taken into account in the debugging  # a 'hidden' flag so they are not taken into account in the debugging
48  # process  # process
49    # (drb is included directly from the command line to avoid a -I option
50    # pointing to the FR redist directory that could interfere with the include
51    # pathes of the debugged process.
52  #  #
 require 'drb/drb'  
53  module DRb  module DRb
54   class DRbServer   class DRbServer
55     def subthreads     def subthreads

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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