Editing in the debugger (the app is running) is POSSIBLE?

I just threw an exception in the debugger that I thought wouldn’t happen.
<https://xojo.com/issue/62554>
I had a file that was normal but I thought I can change an element of an array so that it would respond differently to a boolean, then I could test my code.
Example is an element of an array would be split into ten elements, and I changed one element of the array so it only had five.

Unfortunately that threw an exception.
I could edit it in the debugger so I should not have had an exception. That’s a problem.

So what can be edited in the debugger?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.