Android Question Can the value of the variable be changed when the debugger is used?

vecino

Well-Known Member
Licensed User
Longtime User
I do not know if you can, but in some cases it would be nice to be able to change the value of the variables when the debugger is being used.
Is it possible, how?
Thank you.
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
I think you can only view the value of objects when debugging. Pretty sure you can't change anything from the log window (ie: there is no console that allows you to type values in while the app is running). If you are using rapid debugger you can hot-swap code by making changes & pressing ctrl-s to save it.

- Colin.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Hello, I start the question again just in case you have changed something in the new versions of B4A.
I do not know if it is possible. Can I change the value of a variable during debugging?
Thank you.
 
Upvote 0
Top