Debugging... time to catch up

Why not update the debugging feature of Xojo?

I would like to have the possibilities to watch to variable in multiple different routine as they are running.
I.E. add to a watching window all the variable I need to keep under control during a debug session, without the necessity to stop the execution in each routine to se the variable value, but only in one breking point, and keep this setting in between different debug session.

Hope this is clear.

1 Like

You should file a request in their ticket system.

1 Like

if variables gone out of scope they disappear.
usually you would use a longer existing class object.
you can also use if condition then break if a variable have a odd value or you inspect a id.

as workaround you could copy the information to a key in a dictionary,
at any break point you see the dictionary.