What is the meaning of real-time debugging of the computer? How to solve it?

  
                  

Real-time debugging is also JIT (Just in time). When a runtime error interrupts server-side script execution, the Microsoft Script Debugger starts automatically, displays the .asp file, points the statement pointer to the line that caused the error, and generates an error message. With this type of debugging, also called "real-time debugging", the computer will suspend further execution of the program. You must use an editor to correct the error and save your changes before you can continue to run the script. In other words, an option that a normal user should not start is started: the Microsoft Script Debugger tool.

Solution:

Open IE and select Tools - Internet Options - Advanced In the menu you can see 2 disabled scripts. One is assigned to IE and the other is assigned to Any other browser. Mark all, then select Apply - Confirm. It will probably be solved.

Usually this service is automatically turned off in the xp 2000 system. If it is 2003 or SQL is installed, it seems to be automatically started. If not, please start-run - enter msconfig and select the service. If you see a program called script blocking service, remove its hook and restart the system.

Real-time debugging of Thunder:

The Microsoft Script Editor is a component of Microsoft Office xp. Install in the Office Tools-> Macro->Microsoft Script Compiler. Once you're done, open IE and remove the hooks in the Tools->internet option-> advanced, disable script debugging (Internet Explorer) and disable script debugging (other). Then restart IE, when there is a JS error, it will enter the debug page. Just put the above two options on the tick will not appear this debug window.

Please do the following:

In the INTERNET option, click to delete COOKIES, delete the file and select to delete all offline content, clear the history; set the security level to the default level, privacy settings For intermediate, the advanced settings are to restore the default settings.

User's best answer:

This question is very common. I think you should say that Microsoft Script Editor is Microsoft script. This is related to your IE, so: Open IE and remove the hooks in the Tools->internet option-> advanced, disable script debugging (Internet Explorer) and disable script debugging (other). Then restart IE, when there is a JS error, it will enter the debug page. If you put the above two options on the hook, the debug window will not appear.

Copyright © Windows knowledge All Rights Reserved