Debugging and the execution path

Geoff Canyon gcanyon at inspiredlogic.com
Fri Dec 23 14:29:47 EST 2005


On Dec 22, 2005, at 8:24 AM, Jerry Daniels wrote:

> - new var watcher features
>
>      + calling path
>          = drop down menu at top with calling path item in each  
> line of menu

In my dream version of this, it wouldn't be a drop down menu, which  
forces you to take action to see what's happening, but an indented  
list, which lays it all out, like so:

button "Forward" -- handler "mouseUp"
    group "Navigation Controls" -- handler "determineTarget"
       stack "Navigation Palette" -- function "getCurrentContext"

Clicking on any item in the list would immediately display that script.



More information about the use-livecode mailing list