I can see it on Win10(64bit) RM2019 → SUPro2019(english ver) with SURubyDebugger.dll 1.2.0.0 with national encoded symbols in string variables!
for example
instead dname="1ящик" Rubymine shows in ‘watch’ window dname="1"
instead dname="полка" Rubymine shows dname=""
other words national symbols has been cutted… But in result of script job in Sketchup all values are work correctly. Only not visible by debugging time in RM.
I tryed another schem:
Win10(64bit) RM2019 → (on another machine by LAN) Win7(64bit) SUPro2016(32bit english ver) with SURubyDebugger.dll 1.0.2.0
on the same Ruby SU script. Amazing… it work… All variables visible in ‘watch’ and variable windows!
All system settings in Windows the same. encoding in RM settings - same.
where missmatch? SU or SURubyDebugger.dll, may by I forget some encoding settings?