Wish Watch variable list should be remembered between program runs

Diceman

Active Member
Licensed User
If I am debugging variables in my app and I rerun the app after fixing some code, all of the variables I entered into the watch list are gone. I'd like to retain them between sessions. Put a "Delete" button at the end of each line in the list so the variable can be deleted from the watch list if desired.

I would also like to see the Watch field changed into a combo box so I can pull down previous variable names that I had entered so I don't have to retype them.

These variables would be app specific and written out to a text file so they will be retained if B4A is restarted later.

TIA
 
Top