Page 1 of 1

Change a varible value during debug operatio

Posted: Mon Jan 08, 2018 6:06 am
by bluebird
Dear Mentors

I would like to know if I can change the value of a variable after a breakpoint stop.
Seems that I read that you can modify a variable in the Debug doc but how?

BB

Re: Change a varible value during debug operatio

Posted: Mon Jan 08, 2018 6:28 am
by mol
you can evaluate it, eq
x:=100;
or you can call function
x:=SomeFunction(...)