How Do I ... : Write Smalltalk scripts : Debug my script : Find the error if I used Execute, Display, or Inspect
Find the error if I used Execute, Display, or Inspect
Find the error if I ran my applicationFind the error if I ran my applicationNo tip for this topicNo example for this topicLook at the attribute values of objects used by my applicationLook at the attribute values of objects used by my application
If the Script Debugger opens after you use the Edit menu options Execute, Display, or Inspect, do the following:
1. Look at the message stack (middle-left pane).
2. Find the lowest ExceptionalEvent>>#signalWith: message. (It's close to the top of the stack.)
3. Find the message UndefinedObject>>#Doit. It's just below the lowest ExceptionalEvent>>#signalWith: message.
4. Click on the message that's between ExceptionalEvent>>#signalWith: and UndefinedObject>>#Doit. It should contain the code that caused the error.
Last modified date: 08/09/2019