jsinhtml.txt.svn-base
来自「支持自定义语法高亮显示的编辑器控件」· SVN-BASE 代码 · 共 49 行
SVN-BASE
49 行
<!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>© 1997 by Microsoft Corporation. All rights reserved.</em></p></BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?