Hi Len,

I tried the following:

on mouseUp
   breakpoint
   put URL "http://economy-x-talk.com"; <http://economy-x-talk.com%22> into 
tTextOfURL
   put "I made it"
end mouseUp

which worked fine. I could step line by line till the end. Is there anything else you did or is your script incomplete?

Is it possible that your problem is connected to this bug report:
<http://quality.runrev.com/qacenter/show_bug.cgi?id=7115> ?

Mark,

I certainly has some of the same symptoms of the bug you listed but I can understand why the debugger might get a little confused if it
has to stop on the message declaration (on mouseUp in the case above).

I am several lines down in the handler before my breakpoint, and the line that is giving me problems is a few lines beyond that. It was very consistent in skipping the rest of the handler and landing at the line AFTER the call to the handler in the handler "above" it. It also was very consistently working right if I put the breakpoint AFTER the put URL ... line. For what it's worth, the file was never downloaded
with the breakpoint before the put URL ... but always downloaded when
it was AFTER it.

len morgan
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to