?? jsinhtml.txt.svn-base
字號:
<!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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -