PDA

View Full Version : the debugger



kryton9
26-05-2008, 09:14
I am really loving and using the debugger in thinAir.
Had a quick question, how can I see the values in User Defined Types?

I put it into the list pane as I do with other variables, it will show the index value ok, but not the data inside the UDT.

For example:
i
c(i).caption

in the display pane I will see the value for i, but nothing for c(i).caption

Thanks for this great tool. I am working on fixing the bugs that were too hard
to trace down before but now a breeze using the debugger!!

ErosOlmi
26-05-2008, 10:21
Hi Kent.

Sorry but we are still working on UDT values in debug. So far only basic variables are working in variable inspection.
We will work more in next thinBasic releases. We too want it much more usable and user friendly with a better user interface and source script interaction (like right click on a variable or just mouse over to be able to show the value)

Ciao
Eros

kryton9
26-05-2008, 11:52
That's fine Eros, at least I know it wasn't anything I was doing wrong.

It is already such a useful tool! The coming features for the future sound great!!