How Do I...
If the Script Debugger opens after you use the Edit menu options
Execute, Display, or Inspect, do the
following:
- Look at the message stack (middle-left pane).
- Find the lowest ExceptionalEvent>>#signalWith:
message. (It's close to the top of the stack.)
- Find the message UndefinedObject>>#Doit. It's just
below the lowest ExceptionalEvent>>#signalWith:
message.
- Click on the message that's between
ExceptionalEvent>>#signalWith: and
UndefinedObject>>#Doit. It should contain the code that
caused the error.
[ Top of Page | Previous Page | Next Page | Table of Contents ]