Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ie doesn't debug

Status
Not open for further replies.

davikokar

Technical User
May 13, 2004
523
0
0
IT
hallo,

I'm developing a website and testing it on ie explorer. In some pages i get a msgbox like this:

A runtime error has occurred. Do you wish to debug?

Line: 1
Error: invalid charachter

Yes No

Whatever I choose to do (yes/no) nothing will happen and the page is loaded. If I refresh the msg will appear again, but again I cannot debug. What is wrong? It seems it cannot lunch the debugger... Any idea?

 
actually, I don't know... It seems not, but if I don't have a debugger then why explorer asks me if I want to debug?
 
if I don't have a debugger then why explorer asks me if I want to debug?
Because the browser doesn't specifically know if you have a debugger configured... it just sends off some "under the hood" calls to code and expects the debugger to kick in (if it's installed).

Cheers,
Jeff

[tt]Jeff's Page [/tt][tt]@[/tt][tt] Code Couch
[/tt]
 
mmmm....
I remember that before it used to kick a debugger, but I'm not sure which one was. Do you have a suggestion about which debugger I should install? thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top