This question was asked before here but there is no answers on this questions.
When trying to debug char
or string
type, the debugger prints <error reading variable>
or Converting character sets: Invalid argument
respectively instead of its value.
This problem can be fixed by running -exec set charset UTF-8
from the debug console while debugging but it is only a temporary fix, and has to be run every time on debugger startup manually.
Is there a way to permanently fix this issue? (I'd prefer not to change any system settings)