Does the debugger allow you to change values?

Hey there,

Is there anyway I can get the debugger to allow me to change values, by (for example) typing them into the debugger window.

Thanks

I think you can change only Boolean values in the debugger.

also strings and integers; I think.

I have made changes to values in the debugger, however that may have been RS.

Yes, you can change values, but I’ve also found that on occasion copying and/or pasting those values can cause Xojo to crash. So I’d say only do it if you’ve saved your project before running.

+1
Basically the only times I can make Xojo crash these days is by changing values in the debugger or viewing an object in the debugger which goes out of scope as I step through.

Thanks people.