How to debug JavaScript code with Internet Explorer

I’ve used the new JS features (intellisense,debugging) in Visual Studio 2008 when I was developing an ASP.NET application and I was happy with it. Today I develop a JSF Ajax application with some external frameworks like Mootools and I face a problem with Internet Explorer 7. I can’t use firebug … but I found a solution : use Visual Studio 2008 Express Web edition with a blank project. Here’s the steps :

blank solution in VS
blank solution in VS

project properties
project properties

breakpoint in page
breakpoint in page

debug session
debug session

debug details
debug details

N.B. : check in the I.E. options that debugging is not disabled :

ie options
ie options

billet publié dans les rubriques coding le