[Gambas-user] Gambas3 Debugger: Data Breakpoint

Benoît Minisini g4mba5 at gmail.com
Sat May 22 21:37:52 CEST 2021


> Le 22/05/2021 à 21:10, John Anderson a écrit :
>>
>> For instance in Gambas IDE: Setup a watch on public variable Xval , 
>> and then tell the system we want to halt whenever Xval changes.

Watching a public variable would easier, as the memory address of static 
values and object contents never change during the program execution.

-- 
Benoît Minisini


More information about the User mailing list