what is a debugger and how do i get rid of one as i have one on my comp but i dunno what prog it is. is there any software which i can use to find it???
a debugger is a general term for a piece of software used by developers to write programmes. Essentially it's a way of running code step by step and finding out where the problems are.
You probably are getting the Microsoft Script Debugger from Internet Explorer. To disable it, go to Tools -> Options -> Advanced and check the box labelled "Disable Script Debugging"