I have a huge list of items (every movie on TV during a week) and I’m using Nigel’s handler to extract subsets of data from that list.
When I work with small lists it works just fine. But in Script Debugger in debugging mode, when I work with the really big list it errors out with:
AppleScript Execution Error
Probably not. Debugging mode obviously adds extra instrumentation code, and in this case it appears to be tipping something beyond AppleScript’s limits. There’s not a lot you can do about that, other than treat it as a warning that you’re possibly sailing close to the wind even outside debugging mode.