Wish: variable watching

nfordbscndrd

Well-Known Member
Licensed User
Longtime User
I'm working on a complex app with over 6000 lines of code so far and about 100 Subs. If a variable ends up with an unexpected value, it can take forever to track it down by adding Log commands throughout the code.

Don't know if this is possible, but...

It would be nice if there were a Watch list which variables could be added to and when a specified variable changes value, send the line number, variable name, and value to the Logs.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Next version will allow you to set break points and see the variables values.

debugger_1.png


I believe that a first beta version will be available next week.
 
Top