Closed mvidner closed 4 years ago
When byebug is not installed (or the newly recognized Y2DEBUGGER=0 is in effect) a richtext window is used instead, showing a wrapped text:
The rich text will nicely wrap lines, but it will not escape angle brackets:
$ cat raise_angle_brackets.rb
Class.new.no_such_method
$ /usr/sbin/yast2 ./raise_angle_brackets.rb # question, plain text
$ Y2DEBUGGER=0 /usr/sbin/yast2 ./raise_angle_brackets.rb # message, rich text
We are beginning with SLES15-SP2: https://github.com/yast/yast-ruby-bindings/pull/253 And merging this one in the next step for master.