In this chapter, we learned the concept of debugging server- and client-side code in the ServiceNow platform. We learned how to make use of the script editor macros and Script Debugger. We also learned how to set breakpoints in server-side code and access runtime variables by pausing the scripts in Script Debugger. Furthermore, we learned the concept of the Field Watcher window and the difference between console.log() and jslog().
In the next chapter, we will learn different advanced ServiceNow data management and database features such as field overriding and defining relationships.