Search found 4 matches
- Thu Nov 06, 2003 7:03 pm
- Forum: Beginners
- Topic: Debugger issues: 1) Refocus doesn't refocus 2) F8 won't step
- Replies: 11
- Views: 21181
Restoring focus
... You could, just to test, include the SetFocus command in there again, and see if the debugger can re-focus that window again. (Yes I know after the 'SetFocus' command, it will go back to the debugger window :) ) I've seen someone mention this issue before, where the debugger wouldn't refocus ba...
- Thu Nov 06, 2003 6:59 pm
- Forum: Beginners
- Topic: Debugger issues: 1) Refocus doesn't refocus 2) F8 won't step
- Replies: 11
- Views: 21181
Debugger and keystrokes
Hi, Yes, the Press ALT (or CTRL or whatever) is of course causing subsequent F8 to be sent as ALT-F8 which is not the shortcut key for the debugger. Unfortunately we need the Press command to stay active so that the script does what you want. The answer is to use the mouse button and click the step...
- Thu Nov 06, 2003 6:21 pm
- Forum: Beginners
- Topic: Debugger issues: 1) Refocus doesn't refocus 2) F8 won't step
- Replies: 11
- Views: 21181
Desired Debugger Features
I heartily agree with Peter's request: Whilst we are on the subject of the debugger - could MSched ignore (ie step through) any comments, blank lines, labels, Goto's etc when using the step function?? This would be a VERY nice addition to what is an excellent feature of MSched. (... except for GoTo'...
- Tue Nov 04, 2003 6:17 pm
- Forum: Technical / Scripting
- Topic: bugs in looping
- Replies: 4
- Views: 6465
Thank you very much for the reply. Changing VAREXPLICIT back to the default did indeed cause it to work. Not what I expected from the documentation. Are you telling me VAREXPLICIT=1 does not work as documented? For safe programming, one wants to control when parameters or tokens are interpreted as v...