redirect errors to a debugger

  • Thread starter Thread starter Mr. x
  • Start date Start date
M

Mr. x

How can I redirect any error that occurs in an html page to a debugger.
(For some reason, this option is disabled on my computer - I want to enable
it again).

Thanks :)
 
Internet explorer, tools | internet options | advanced tab
Clear the disable script debugging checkbox
 
the disabled box is unchecked.
Also - where is the name of the debugger-program that is connected to the
Internet explorer ?

Thanks :)
 
Internet explorer doesn't ship with a debugger. The visual studio debugger
can attach to a running process in IE. Is that what you are trying to
achieve? If you run into a script error and visual studio is installed it
will prompt you to attach to the running process. This is the default
behavior. What problems are you experiencing?
 
Internet explorer doesn't ship with a debugger. The visual studio debugger
can attach to a running process in IE. Is that what you are trying to
achieve? If you run into a script error and visual studio is installed it
will prompt you to attach to the running process. This is the default
behavior. What problems are you experiencing?

I have errors in my code, which generally IE doesn't shout that I have,
so my code is hardly debugged, and I need some debugging tool for that.
Well, I don't have Visual studio, but I need something very simple.
I have heard about microsoft script debugger, but after I have download it -
I didn't figure out how using it,
and how to connect it to the Internet Explorer, when there is an error on
the script.
and also I am writting in .net, and I also want to debug aspx and asmx codes
(also *.js, and many other protocols).

I want more then debugger - some tool that can validate my code.

Look at www.moca.co.il, and perhaps you'll find some errors, which I cannot
see on my computer.

Thanks :)
 
Back
Top