Short Summary
I can't change a variable value in a paused debug session when debugging Ruby 2.3.
Steps to Reproduce
It's likely this can be reproduce with any version over 2.0 (I think that's when we switched to byebug) but I was using 2.3.
Debug a Ruby script and break after a variable has been set.
Double click it in the Locals tab in the Debugger window
Try to set a new value
You get the error shown here: https://community.komodoide.com/t/komodo-alert-when-trying-to-change-value-of-a-variable/4603/2?u=careyh
Nothing in the logs.