Skip to content

Commit 9bb5048

Browse files
committed
tmp debugging
1 parent 4ec9d7a commit 9bb5048

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/debug/server_dap.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,7 @@ def variable_ name, obj, indexedVariables: 0, namedVariables: 0
10531053
if indexedVariables > 0 || namedVariables > 0
10541054
vid = @var_map.size + 1
10551055
@var_map[vid] = obj
1056+
File.write("/tmp/server_dap_debug_log1.txt", "Assigned id #{vid} to name=#{name.inspect} value=#{obj.inspect}\n", mode: 'a+')
10561057
else
10571058
vid = 0
10581059
end

0 commit comments

Comments
 (0)