Page 1 of 1

actions at a breakpoint

Posted: Fri Apr 23, 2021 3:20 pm
by eck49
At a breakpoint it would sometimes be useful to be able

1. to change the value of a variable (or a single array element) - all kinds of reasons why this might be useful and perhaps the process to reach this breakpoint is complicated. This could be a special case of.....

2. to execute code typed in directly, which may cause the flow of logic to change or report the result of a calculation, or just about anything PB could do at that point in the code.

Re: actions at a breakpoint

Posted: Fri Apr 23, 2021 10:15 pm
by Demivec