Variables pane of Script Debugger
Variables pane of Script Debugger
- Subject: Variables pane of Script Debugger
- From: Bert Groeneveld <email@hidden>
- Date: Thu, 23 Jul 2009 09:45:14 +0200
Hello, how can I see the value of y in the variables pane of Script Debugger when I run this simple examplescript in debug mode:
set x to 3
beeping(x)
on beeping(x) --local y set y to 5 beep x delay 2 beep y end beeping
Bert.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden