Aptana JavaScript Debugger – Houston we have a problem!!!!

The Aptana JavaScript debugger provides you with a variety of tools to allow you to closely examine and troubleshoot your JavaScript code. Despite there being numerous debugging applications around the feature which sets The Apatana JavaScript debugger apart is that it uses its own Debug perspective so that debugging tasks are separated from development tasks – which makes life a lot easier especially when you have hundreds of lines of code.

Furthermore, one of the more impressive features is it ability to be used in conjunction with Firebug (FireFox debugging extension) which gives you the ability to add break points in your code – Allowing you to pause your script at a certain point and analyze the current state and all the variables

Some additional features include:-

  • The ability to examine or change the value of a variable – This allows you to ensure that you variables are being passed the correct data and should there be an issues you will be able to identify the source of the problem much faster than normal.
  • The ability to step into or over functions to navigate you code – Stepping into a function or stepping over a function can help you see exactly what is going on within your JavaScript code.

Having used many different debuggers I can safely say that the Aptana JavaScript Debugger is one of the most powerful debuggers that I have used, as it provides different ways of troubleshooting your code in an efficient manner.

No Comments Yet

No comments yet.

Comments RSS TrackBack Identifier URI

Leave a comment