[Gambas-user] Gambas3 Debugger: Data Breakpoint

Bruce Steers bsteers4 at gmail.com
Sat May 22 22:01:46 CEST 2021


You have the "Stop" command that will halt the debugger.
http://gambaswiki.org/wiki/lang/stop

So if you can monitor the expression yourself you could issue a Stop
command if it changes.
Not sure if that helps.
BruceS


On Sat, 22 May 2021 at 20:11, John Anderson <johna at starflightinc.com> wrote:

> Forgive me if this already exists in Gambas, but On Gambas3.16, while
> debugging is there a way to:
>
> Setup a Breakpoint to halt execution when <Expression> changes?
>
> I know we can setup a Watch Expression to see what a variable / object
> value is while paused at a breakpoint,  but is there a way to setup a "Data
> Breakpoint" that can halt when an expression changes value.
>
> For instance in Gambas IDE: Setup a watch on public variable Xval , and
> then tell the system we want to halt whenever Xval changes.
>
> I can't seem to find this in the docs if it exists.
>
> -John
>
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210522/d35b6f87/attachment.htm>


More information about the User mailing list