JavaScript Debugger

Dave Slusher

6 minute read

In the Fuji release, the old JavaScript debugger was removed from the interface. The functionality never quite worked correctly and led to frustration and poor user interface. Since then, a new debugger was written from scratch and as of the Istanbul release it is in the product. The focus is really on usability and performance and I expect that developers will be quite happy to see this new and improved version.

Dave Slusher

6 minute read

The Istanbul release is here and as we do, here is an overview of some of the changes relevant to ServiceNow developer. This will be relatively brief, but in the coming days and weeks expect many posts digging into all of these aspects in detail. Javascript Debugger With Istanbul the JavaScript debugger has returned to the ServiceNow interface, completely rewritten and better than ever! Once again you can debug and step through server-side JavaScript code.