> Yes, I did the math and it skips empty lines exactly.
I will try to fix.
> Bruce, could you provide some sort of hook suitable for driving an
external editor window to go to the
> current line in the scriptdebug window?
Since every editor is different, what I could do is say that if a
command list OnScriptDebug exists, it will be run just before
displaying dialog. (This command list would not be have debug
display).
>
> Could Exec.ScriptDebug(2) be made to restore the scriptdebug
window on top if it's already open?
You can use a win.show("PowerPro Script Debug") for this. I will
also add an always on top setting.
>
> Could ;b! be expanded to load expressions into the _expression_ edit
boxes? Something like:
>
> ;b! 3(a*2) 4(1+1)
> loads a*2 into the 3rd edit box and 1+1 into the 4th one.
OK. Can also add
;b!if(expr)
for conditional breakpoint.
>
> ;b! 8(exec.scriptdebug(-1))
> toggles scriptdebugging
Won't work in general as ;b! are only processed if script debugging
is on.
>
> Would it make sense to add a generic ;e! to load expressions
without breaking execution? Yes, if
> conditional execution was possible...
Not sure if you mean anything new by conditional expressions. I can
add the ;e! but nothing would actually get displayed until next ;b!
(or next single step).
Also, ;e! would be processed if and only if script debugging is
active.
>
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.
