ErosOlmi
07-07-2008, 17:59
A little preview of next thinDebug (or Trace module) main window.
I've added the following new features:
possibility to automatically show variables, variable type, variable values
possibility to show elements inside arrays
list of stack levels (upper right in the image). Every time you enter in a new function thinBasic creates a new stack level with local variables. So if main script call function A and function A calls function B, ... you will see all those nested stacks. Clicking on the stack level, only the variables present in that level will be visible
I'm going to add a toolbar with buttons in order to better interact with debugger
I'm also going to add "Step over" command in order to execute a line without enetering to the function(s) present in that line
Ciao
Eros
I've added the following new features:
possibility to automatically show variables, variable type, variable values
possibility to show elements inside arrays
list of stack levels (upper right in the image). Every time you enter in a new function thinBasic creates a new stack level with local variables. So if main script call function A and function A calls function B, ... you will see all those nested stacks. Clicking on the stack level, only the variables present in that level will be visible
I'm going to add a toolbar with buttons in order to better interact with debugger
I'm also going to add "Step over" command in order to execute a line without enetering to the function(s) present in that line
Ciao
Eros