actions at a breakpoint

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
eck49
Enthusiast
Enthusiast
Posts: 153
Joined: Sat Nov 14, 2020 10:08 pm
Location: England

actions at a breakpoint

Post 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.
Ubuntu 22.04 64-bit
Purebasic 6.00 (as of 5 Sep 2022)
(native tongue: English)
User avatar
Demivec
Addict
Addict
Posts: 4089
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: actions at a breakpoint

Post by Demivec »

Post Reply