We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f58b1e commit 43ba294Copy full SHA for 43ba294
lib/ruby-debug-ide/commands/condition.rb
@@ -23,7 +23,7 @@ def execute
23
return unless pos
24
breakpoints.each do |b|
25
if b.id == pos
26
- b.expr = @match[2].empty? ? nil : @match[2]
+ b.expr = @match[2].empty? ? nil : Command.unescape_incoming(@match[2])
27
print_contdition_set(b.id)
28
break
29
end
0 commit comments