Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Customization Tools Overview > Debugging > Using jsDebug
  
Using jsDebug
Windchill JavaScript code is now combined and minified. This is done to improve download times and execution speed. A whitespace compression is being used to minify the JavaScript. This means that all the comments and whitespace are taken out of the JavaScript. Minification is applied to most third party libraries as well as the Windchill main.js file.