JavaScript method to write to Microsoft Visual Web Developer Debugger?
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2009-07-19T20:42:09Z
Indexed on
2010/05/16
20:40 UTC
Read the original article
Hit count: 278
I generally test my web apps with Firefox and use Firebug. I love Firebug. But when I'm testing JavaScript code in IE I use the debugger in Microsoft's Visual Web Developer 2008 Express Edition. I would love to have an equivalent to Firebug's console.log methods which would allow me to log messages to Visual Web Developer. Any way to log messages to the error list/messages list/output pane using JavaScript?
© Stack Overflow or respective owner