News Section - Debugging JavaScript in your Websites, using Visual Studio 2008
Developer Blog from Mike Irving - Debugging JavaScript in your Websites, using Visual Studio 2008
20/12/2008 - Debugging JavaScript in your Websites, using Visual Studio 2008This week I have been working on a new website project, using Microsoft Visual Studio 2008 for the first time.
If you are coming to Studio 2008 from Studio 2005, everything seems similar, and you shoud have no problems getting to grips.
The IDE seems just as quick as 2005, and getting started on the website was a doddle.
One interesting new feature in Visual Studio 2008 is the ability to Debug JavaScript in your web pages.
To do this, you must first enable script debugging from IE.
In IE, Click Tools, Options, Advanced, then untick the entry Disable script debugging (Internet Explorer) - see photo.
Then whilst debugging your application, you can set a breakpoint and query both the ASP.Net Web Application, and your Client-Side DOM / JavaScript.
This is a welcome addition to Viual Studio, enabling debuging of JavaScript withing the same environment as your Server-Side debugging.
View Blog Entries - Page: 1, 2, 3, 4, 5, 6
I had an interesting problem to solve the other week when looking over a website page that had been translated to Russian, and was delivered from a machine hosted in Russia. The translation was fin...
• Read This Blog Entry
This week I have delivered a completely redesigned website for Andy Till. Andy is a Personal Friend, Professional Bass Player, and star of the new 2008 Hovis Adverts! The old site had been onlin...
• Read This Blog Entry
I seem to have been increasingly using the Lightbox Photo Viewer on websites in recent times. Lightbox is a light-weight, and cross-platform, solution for opening up full-size images within the cur...
• Read This Blog Entry

