>I also made some changes to debug
>- now uses non-modal
It's great! so much smoother when I'm single stepping through my editor window
>- topmost actioned write away
works fine
>exec.scriptdebugfield(digit, "expr") similar to
>;e! digit(expr)
It works, but not as I expected.
- field contents aren't updated immediately when exec.scriptdebugfield(digit, "expr") is executed; I
expected a behavior more similar to sendkeys, instead you have to Step to see the update. Executing one
line is wrong IMO because the new line could change the expr value
- after exec.scriptdebugfield(digit, "expr") if you press Evaluate w/o Stepping, the digit-th field is reset, so
you lose whatever was sent with exec.scriptdebugfield
To clarify, I want to be able to use this feature in 2 ways:
- from a script line
- from a hotkey
so I think that field contents should be made immediately visible.
>From my editor I can select an _expression_ and send it via ppBang.exe exec.scriptdebugfield(digit, "expr")
to the ScriptDebug window -- Combining the two, I get a rudimentary but effective watch window GUI.
Attention: PowerPro's Web site has moved: http://www.ppro.org
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.
