| Home | Previous Lesson: Just-in-time Debugging Next Lesson: Solutions To Common Debugging Problems |
When debugging inherited objects, script written for the ancestor objects will not be displayed in the debug window. If you want to see the ancestor script while debugging, you need to set a Breakpoint in the ancestor script.
If there are several levels of ancestors and if you set Breakpoint at the top level, you will be able to see all the descendant scripts executing in the debug window.
| Home | Previous Lesson: Just-in-time Debugging Next Lesson: Solutions To Common Debugging Problems |