PDA

View Full Version : thinAir - thinDebug better integration



ErosOlmi
27-06-2010, 17:13
Next thinBasic will have a better integration between thinAir and thinDebug.
I've added the possibility to set 2 new kind of line comments: bookmarks and breakpoints

Bookmark is a kind of position remembering for fast jump during coding.
If you set a bookmark comment, thinAir will set a bookmark in your code so you will be able to jump using F2 and/or SHIFT+F2 keys

Breakpoint is a new comment line that allows to set debugger breakpoint directly in your script and be recognized by thinDebug.
Many times it is a pain to debug code, than exit debugger to edit your code than run debug again. But at that point your breakpoint are gone.
Now you can set them once for all and remember even after closing the script.
Breakpoint comments will be recognized by thinDebug that will automatically set a breakpoint to the first line of code following your breakpoint comment.

See image

Ciao
Eros

Petr Schreiber
27-06-2010, 20:05
That is very clever Eros,

I am looking forward to the next update!


Petr

kryton9
27-06-2010, 23:11
Great additions to your already incredible debugger Eros.