⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jsinhtml.txt

📁 一个可以制作出和DELPHI很接近的IDE的好控健。只是稍微老了点。
💻 TXT
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
<title>Introducing Microsoft Script Debugger</title>

<script language="JavaScript">

    szNavVersion = navigator.appVersion

    if (navigator.appName == "Microsoft Internet Explorer") {
        if (szNavVersion.indexOf ("4.") >= 0) {
            document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie4.css">');
        } else {
            document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie3.css">');
        }
    }
    else if (navigator.appName == "Netscape") {
        document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie4.css">');
    }
    else {
        document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/spidie3.css">');
    }
</script>

<p><META Name="robots" CONTENT="noindex"> </p>

</HEAD>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Verdana,Arial,Helvetica"><h1><a name="sdbg_introducing_microsoft_script_debugger"></a>Introducing Microsoft Script Debugger</h1>

<p>This section introduces you to the Microsoft Script Debugger by providing you with an overview of what the Script Debugger can do and how you use it.</p>
<p>In this section you will find overview information presented in the following topics:
<ul>
   <li>
      <a href="sdbug_2.htm">Debugging Scripts</a><br><br></li>
   <li>
      <a href="sdbug_3.htm">About Viewing Source</a><br><br></li>
   <li>
      <a href="sdbug_4.htm">About Controlling Program Execution</a><br><br></li>
   <li>
     <a href="sdbug_5.htm">About Viewing and Changing Values</a><br><br></li>
   <li>
<a href="sdbug_6.htm">About Viewing and Controlling Program Flow</a></li>
</ul>

<hr size="1" class="iis">
<p align="center"><em>&copy; 1997 by Microsoft Corporation. All rights reserved.</em></p></BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -