We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b7c12 commit 6f2168eCopy full SHA for 6f2168e
lib/debug/thread_client.rb
@@ -10,7 +10,7 @@ def self.current
10
end
11
12
13
- attr_reader :location, :thread, :mode, :id
+ attr_reader :location, :thread, :mode, :id, :target_frames
14
15
def initialize id, q_evt, q_cmd, thr = Thread.current
16
@id = id
0 commit comments