> - run to end of script appears to run only to the end of the current
> label -- this is useful, so keep it, but a true 'run to end' would be
> useful as well
>
Sorry, I took a closer look, there seems to be a problem. 'run to script end' stops at unexpected points, not
at the end of the current label. For instance, after stopping at a ;b! I pressed 'run to script end' and the
scriptdebug window stopped at the last line (exec.onerror(_onerror)) of the following code block
if(select(remove("0 "++gvDebugLevels,index("0 "++gvDebugLevels++" 0"," "++scriptname++" ")-
2),1,1)>1)
win.debug(scriptname++"@Menu found ;ICON; EXPR <"++_i++">")
/* VERSION_PPRO comment out onerrorsetting if your ppro version is < 4.3.04a */
local _onerror=onerrorsetting
exec.onerror("clear none")
_i = eval(_i)
/* VERSION_PPRO replace _onerror with "display nohook" if your ppro version is < 4.3.04a */
exec.onerror(_onerror)
it makes other unexpected stops, I can't spot a pattern yet, but they're definitely repeatable.
BTW, the wrong line count problem makes it really hard to follow what's going on
Attention: PowerPro's Web site has moved: http://www.ppro.org
SPONSORED LINKS
| Computer monitoring software | Power pro | Computer and internet software |
| Free computer monitoring software |
YAHOO! GROUPS LINKS
- Visit your group "power-pro" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
