Skip to content

Commit fa3b987

Browse files
committed
fix incompatibilities with command-line debug, one more round
1 parent 749ba47 commit fa3b987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/ruby-debug/interface.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ module Debugger
1515
class Interface
1616
end
1717

18+
class LocalInterface < Interface
19+
end
20+
21+
1822
class RemoteInterface < Interface # :nodoc:
1923
attr_accessor :command_queue
2024

0 commit comments

Comments
 (0)