To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Microsoft Script Debugger

From Wikipedia, the free encyclopedia

Microsoft Script Debugger is relatively minimal debugger for Windows Script Host-supported scripting languages, such as VBScript and JScript. Its user interface allows the user to set breakpoints and/or step through execution of script code line by line, and examine values of variables and properties after any step. In effect, it provides a way for developers to see script code behavior as it runs, thus eliminating much of the guess-work when things do not quite work as intended.

Microsoft considers it to be deprecated. Also, Internet Explorer 8 comes with a different, tightly integrated JScript debugger part of the Internet Explorer Developer Tools.[1]

YouTube Encyclopedic

  • 1/5
    Views:
    2 903
    67 592
    131 192
    82 761
    119 830
  • ExtendScript Debugger Setup - Tutorial
  • Using the Visual Studio Debugger
  • How to Use a Debugger - Debugger Tutorial
  • Fix Just in Time JIT Debugger Error Solution
  • Excel VBA - Debugging

Transcription

Features

According to Microsoft, the Script Debugger provides these traditional debugging features:[2]

  • Ability to set and clear breakpoints.
  • Ability to step through and over procedures.
  • Ability to display and change the values of variables and properties.
  • Ability to evaluate expressions.
  • Ability to view the call stack, and navigate to any currently loaded procedure.

Additionally, it can open and edit HTML pages, and it supports script colorization for improved readability.[2]

Limitations

The debugger has several limitations, including the following:[3]

  • The line indicator may be incorrect when stepping through inline JScript or debugging a framed document.
  • When debugging documents open in Internet Explorer, only one can be debugged at a time.
  • Commands typed in the Command window have no effect unless the user is in break mode.
  • A breakpoint immediately after a Document.Write is ignored.
  • Entering a Document.Write command while debugging, or refreshing a document in Internet Explorer while debugging it, can cause hangs or other unexpected behavior.
  • Unlike in other debuggers, there is no Watch window for monitoring variables; they must be checked via manual commands.
  • Unlike in other debuggers, breakpoints can't be set by clicking in the left margin; they must be set via keypress or menu.

Usage

After installation, new options can be found in Internet Explorer's Script Debugger menu, which gets added in the View menu. Debugging can optionally be turned off from the Advanced tab in the Internet Options dialog.

See also

References

  1. ^ "Discovering Internet Explorer Developer Tools". Microsoft. Retrieved 2009-08-08.
  2. ^ a b "Introduction to Microsoft Script Debugger for Internet Explorer". Microsoft. Archived from the original on 2008-04-12. Retrieved 2009-09-08.
  3. ^ "Contents of Script Debugger Release Notes". Microsoft. June 23, 2005. Archived from the original on 2010-02-03. Retrieved 2009-09-08. Alternative web page
This page was last edited on 28 June 2022, at 04:10
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.