
Script Debugger can be used to debug both client-side and server-side scripts. In this tutorial, we will focus only on the process of using Script Debugger for debugging client-side scripts, so the IIS interface will not be covered here. Client scripts consist of statements (typically written in VBScript or JScript) that appear on the HTML page and are executed either when the document is loaded into the browser, or in response to an event such as a button click. We will demonstrate, with a simple example, everything you need to get up and running with client-side debugging with Script Debugger.
|