 |
|
|
|
Home
Product Debugger |
|
Tito Web Studio JavaScript Debugger, Debugger for Complex Code
Tito Web Studio's JavaScript Debugger is the most advanced JavaScript Debugger in the
market. It helps medium to large companies to eliminate frustration, delay, and pain
inherent in developing complex applications. Applications such as those that require
massive amount of data, have many lines of code, and any other forms of parallelism. Tito
Web Studio's JavaScript Debugger is for enterprise developers who require a
premium tool, a powerful debugger that will help to solve the most complicated
JavaScript code issues.
Like Microsoft's Script Debugger, Tito Web Studio JavaScript Debugger also provides your
basic functionality, such as breakpoint, step by step, running document, stack, watch and variables. But Tito Web studio provides more
features that are not included in Microsoft's Script Debugger and
developers will find these to be extremely useful:
More information about HTML and JavaScript file are revealed. This will be helpful when
troubleshooting complex bugs.
Each file
has its own property, in which the raw HTTP headers
from web server are displayed.
Besides
Running Document view, which displayed pages and scripts running
currently inside browser, the Cache Explorer displayed
all documents the browser has visited during this debug session. Users
are able to view these documents as well as toggle breakpoints on these
files.
XSLT
transform support. In case of XSLT transformation from XML
file to HTML, the original XML file can be viewed from cache explorer.
Function
list. All JavaScript functions for a given document are listed
in both cache explorer( as sub node of document) and source code
window(as combo box in tool bar ). It allows faster navigating through
source code as well as creating easily breakpoints and profiler
triggers.
Quick debugger helpers.
Display error
stack trace when JavaScript error happens. The error is
displayed in log window, and all the stack item are clickable to direct
the focus to source code window. In most cases, by simply viewing the
error log window, and the corresponding source code, a bug can be fixed
quickly.
Better
expression evaluation in tooltip display. When debugger
stops, Tito Web Studio will try to find the full expression under
cursor instead of single word, as Microsoft Script Debugger does. This
makes the tooltip much more helpful. In most cases, there is no need to
jump into Variable or watch window. Thus developers can find bugs faster.
Stable environment. Perhaps the most important feature of Tito Web Studio is
that it is much more stable compare to Microsoft Script Debugger.
Microsoft
Script Debugger may quit debugger session from browser after a while if
the scripts are too complex, once this happens, further attempt to
connect to the same browser will fail. Developers will have to restart
another browser and repeat the same work flow again.
Tito Web Studio will keep the connection to the browser until developer stops the debug session.
| |