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

📄 11debugtutor.html

📁 together是不比Rose差的设计工具,甚至在生成java类方面效果更好,该教材是together6.1的一份实例教程,不错!
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Together Tutorial -- Part 11</title>
		<script language="JavaScript"><!--
function doExerciseWindow(questionURL, col, row, topPercent)
{
	var wf = "";	
	wf = wf + "width=" + col;
	wf = wf + ",height=" + row;
	wf = wf + ",resizable=yes";
	wf = wf + ",scrollbars=yes";
	wf = wf + ",menubar=no";
	wf = wf + ",toolbar=no";
	wf = wf + ",directories=no";
	wf = wf + ",location=no";
	wf = wf + ",status=no";		
   
   var n = window.open("", 
                       "questionWindow", 
                       wf);
                       
                       //"toolbar=no,width=500,height=500");
                       
                       //windowFeatures);
                       
                       // "toolbar=no,width=" + col + ",height=" + row);
  // n.move(0,0);                      
   var framesetString = '<FRAMESET ROWS="';
   framesetString = framesetString + topPercent;
   framesetString = framesetString + '%,*" frameborder=0 framespacing=2 border=0>';

   n.document.write(framesetString);
   n.document.write('<frame src="' + questionURL +'" name="question">');
   n.document.write('<frame src="blankpage.html" name="answer">');
   n.document.write('</frameset>');
   n.document.write('<noframes> <body> </body> </noframes>');
}
// -->
		</script>
		<link href="tutor.css" rel="styleSheet" type="text/css">
	</head>

	<body bgcolor="white" link="#003399" alink="#999999" vlink="#000066">
		<div align="left">
			<p class="head2">
			<span style="font-size: 9pt">
                <a href="mailto:%20e.w@263.net">&#32763;&#35793;: &#26446;&#39062;(e.w@263.net)</a></span></p>
		</div>
		<div align="center">
			<p class="head2"><a name="top"></a>Together &#25945;&#31243;<br>11: &#36816;&#34892;&#21644;&#35843;&#35797; Java &#24037;&#31243;</p>
		</div>
		<p>&#22312; Together &#25945;&#31243;&#30340;&#26368;&#21518;&#19968;&#35838;&#20013;, &#20320;&#23558;&#23398;&#20064;&#22914;&#20309;&#20351;&#29992; Editor &#38754;&#26495;&#21644; Message &#38754;&#26495;&#26469;&#32534;&#35793;&#21644;&#35843;&#35797; Java &#20195;&#30721;. 
        &#20320;&#24050;&#32463;&#24544;&#23454;&#22320;&#21442;&#29031;&#26412;&#25945;&#31243;&#21019;&#24314;&#20102; <b>airline</b> &#24037;&#31243;. &#20294;&#29616;&#22312;&#20320;&#35201;&#25918;&#24323;&#23427;, &#25913;&#29992;&#26356;&#20016;&#23500;&#22320; <b>CashSales</b> &#24037;&#31243;.</p>
		<p>&#22312; Windows &#24179;&#21488;&#19979;, Together &#23433;&#35013;&#24182;&#20351;&#29992; Java2<sup>TM</sup> SDK ver 1.3<b> </b>&#30340; <b>javac.exe</b> 
        &#26368;&#20026;&#32570;&#30465;&#30340;&#32534;&#35793;&#22120;. Unix &#29992;&#25143;&#24517;&#39035;&#23433;&#35013;&#36866;&#24403;&#30340; Java2 SDK &#24182;&#23558;&#20854;&#21152;&#20837;&#25628;&#32034;&#36335;&#24452;&#20013;. &#23545;&#20110;&#25152;&#26377;&#30340;&#24179;&#21488;, Together &#37117;&#25552;&#20379;&#20102;&#23436;&#25972;&#30340; IDE 
        &#29992;&#20110; Java &#24320;&#21457;.</p>
		<p><b>&#30446;&#24405;:</b></p>
		<ul>
			<li><a class="onPage" href="#tab">&#32534;&#35793;&#24182;&#36816;&#34892;&#19968;&#20010;&#24037;&#31243;</a><li><a class="onPage" href="#setbp">
            &#35774;&#32622;&#26029;&#28857;&#24182;&#20351;&#35843;&#35797;&#22120;&#26174;&#31034;&#21160;&#24577;&#25928;&#26524;</a><li><a class="onPage" href="#running">&#22312;&#35843;&#35797;&#22120;&#19979;&#36816;&#34892;</a><li><a class="onPage" href="#watchpoint">
            &#35774;&#32622; watchpoint &#24182;&#25913;&#21464;&#31243;&#24207;&#36816;&#34892;</a><li><a class="onPage" href="#tip">&#25216;&#24039;</a></ul>
		<p></p>
		<p><img height="2" width="900" src="images/generic/rainbow2.gif" alt="Divider line"></p>
		<p class="head3"><a name="tab"></a>&#32534;&#35793;&#24182;&#36816;&#34892;&#19968;&#20010;&#24037;&#31243;</p>
		<p>&#20316;&#20026; airline &#24037;&#31243;&#26368;&#21518;&#30340;&#24037;&#20316;, &#20320;&#21487;&#20197;&#22312; <b>Driver</b> &#31867;&#20013;&#22686;&#21152;&#31616;&#21333;&#30340;&#36755;&#20986;&#35821;&#21477;. (&#35760;&#24471; <b>Driver</b> 
        &#31867;&#21527;? &#20320;&#21487;&#20197;&#22312; <b>UserInterface</b> &#21253;&#20013;&#25214;&#21040;&#23427;.)</p>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#23558;&#20197;&#19979;&#35821;&#21477;&#25554;&#20837;&#21040; <b>Driver.main()</b> 
                            &#20013;.
								<p>&nbsp;&nbsp;&nbsp;&nbsp;<b>System.out.println(&quot;Goodbye Airline Project.&quot;);</b></p>
								<p>&#28982;&#21518;&#32534;&#35793;&#24037;&#31243;.</p>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>make &#25353;&#38062;(<img src="images/icons/makebutton.gif" width="15" height="12" border="0" hspace="1" alt="Make button">) 
                                &#21644; build &#25353;&#38062;(<img src="images/icons/buildbutton.gif" width="15" height="12" border="0" hspace="1" alt="Build button">) 
                                &#24037;&#31243;&#22312;&#20027;&#24037;&#20855;&#26465;&#20013;, &#20063;&#22312;&#20027;&#33756;&#21333;&#20013;&#30340; <nobr><b>Project</b></nobr> &#19979;. 
                                &#24403;&#20320; make &#25110; build &#19968;&#20010;&#24037;&#31243;&#26102;, Together  &#36816;&#34892;&#32570;&#30465;&#30340; Java &#32534;&#35793;&#22120;&#21644; make 
                                &#24037;&#20855;.</p>
								<p>Together &#23558;&#32534;&#35793;&#32467;&#26524;&#26174;&#31034;&#22312; Message &#38754;&#26495;&#20013;. &#22914;&#26524;&#26377;&#38169;&#35823;&#25110;&#35686;&#21578;, 
                                &#20320;&#21487;&#20197;&#28857;&#20987; Message &#20869;&#20013;&#36866;&#24403;&#30340;&#20449;&#24687;, &#30452;&#25509;&#27983;&#35272;&#23545;&#24212;&#30340;&#38169;&#35823;&#20195;&#30721;.</p>
								<p>&#32534;&#35793;&#24037;&#31243;&#30340;&#36755;&#20986;&#20449;&#24687;&#23558;&#26174;&#31034;&#22312; Message &#38754;&#26495;&#20013;.</p>
							</td>
							<td valign="top" bgcolor="white"><img src="images/airline/pro11_compileroutput.png" width="526" height="186" border="0" alt="Compile messages" hspace="5"></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#21019;&#24314;&#19968;&#20010;&#21517;&#20026; &quot;vanilla&quot; 
                            &#30340;&#36816;&#34892;&#37197;&#32622;, &#20351;&#29992; -classic &#34394;&#25311;&#26426;&#36873;&#39033;.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>&#36825;&#26159;&#19968;&#20010;&#22810;&#27493;&#25805;&#20316;.</p>
								<ol>
									<li>&#20174;&#20027;&#33756;&#21333;&#20013;&#36873;&#25321; <b>Run | Run/Debug Configurations</b>. 
                                    &#32467;&#26524;&#23545;&#35805;&#26694;&#26174;&#31034;&#24403;&#21069;&#25152;&#26377;&#30340;&#36816;&#34892;&#37197;&#32622; -- &#23427;&#20204;&#37117;&#27809;&#26377; -classic &#36873;&#39033;.
									<li>&#22312; <b>Run/Debug Configurations</b> 
                                    &#30340;&#32467;&#26524;&#23545;&#35805;&#26694;&#20013;, &#28857;&#20987;  <b>Add</b> &#26469;&#21019;&#24314;&#26032;&#30340;&#36816;&#34892;&#37197;&#32622;.
									<li>&#29087;&#22303;&#37197;&#32622;&#21517;(&#25105;&#20204;&#23558;&#25105;&#20204;&#30340;&#37197;&#32622;&#21629;&#21517;&#20026; &quot;Vanilla&quot;).									<li>
                                    &#23545;&#20110; <b>Select class with 'main'</b> &#36755;&#20837;&#26694;, 
                                    &#28857;&#20987;&#27983;&#35272;&#25353;&#38062; (<img src="images/icons/selectboxbutton.gif" width="21" height="21" border="0" align="baseline" alt="Select button" hspace="1">).
									<li>&#28857;&#20987; <b>UserInterface.Driver</b>.
									<li>&#28857;&#20987; <b>Ok</b> &#23436;&#25104;&#25805;&#20316;.
								</ol>
								<p></p>
							</td>
							<td valign="top" bgcolor="white"><img src="images/airline/pro11_makeclassicrunconfig.png" alt="Run configurations" width="543" height="408" border="0" hspace="5"></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#22312;&#26032;&#37197;&#32622;&#19979;&#36816;&#34892; <b>airline</b> 
                            &#24037;&#31243;.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p>&#24403;&#20320;&#28857;&#20987;&#20027;&#24037;&#20855;&#26465;&#20013;&#30340;&#36816;&#34892;&#25353;&#38062;(<img src="images/icons/runbutton.gif" width="15" height="11" border="0" alt="run button" hspace="1">)&#26102;, Together 
        &#26174;&#31034;&#19968;&#20010;&#23545;&#35805;&#26694;, &#29992;&#20110;&#36873;&#25321;&#36816;&#34892;&#37197;&#32622;. &#20320;&#24212;&#35813;&#36873;&#25321;&#21018;&#25165;&#21019;&#24314;&#30340;&#37197;&#32622;.</p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>&#21491;&#22270;&#26174;&#31034;&#20102;&#25105;&#20204;&#30340;&#37197;&#32622;&#21015;&#34920;.</p>
								<p>Message &#38754;&#26495;&#25552;&#20379;&#20102;&#19968;&#20010;&#31616;&#21333;&#30340;&#25511;&#21046;&#21488;&#31383;&#21475;, &#23427;&#26159; Together 
                                &#20013;&#36816;&#34892;&#30340;&#31243;&#24207;&#30340;&#26631;&#20934;&#36755;&#20837;&#21644;&#36755;&#20986;&#31383;&#21475;.</p>
								<p>&#19979;&#22270;&#26159;&#36816;&#34892;&#20013;&#30340;&#31243;&#24207;. &#38754;&#26495;&#21491;&#20391;&#30340;&#39029;&#26174;&#31034;&#21253;&#21547; <b>main</b> &#26041;&#27861;&#30340;&#31867;.</p>
								<p>&#27880;&#24847; Message &#38754;&#26495;&#21253;&#21547;&#20960;&#20010;&#39029;. (&#20320;&#21487;&#20197;&#36890;&#36807;&#39029;&#30340;&#21491;&#38190;&#33756;&#21333;&#20851;&#38381;&#23427;.)</p>
							</td>
							<td valign="top" bgcolor="white"><img src="images/airline/pro11_runairline.png" alt="Run arguments" width="621" height="370" border="0"></td>
						</tr>
						<tr>
							<td colspan="2" valign="top" bgcolor="white">
								<p><img src="images/airline/pro11_runresults.png" alt="Run results" width="526" height="186" border="0" hspace="10" vspace="5"></p>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p>airline &#24037;&#31243;&#30340;&#25152;&#26377;&#24037;&#20316;&#21040;&#27492;&#32467;&#26463;&#20102;. &#31069;&#36154;&#20320;. &#20320;&#24050;&#32463;&#23398;&#20064;&#20102;&#24456;&#22810;&#30693;&#35782;! &#26412;&#25945;&#31243;&#20013;&#21097;&#20313;&#30340;&#37096;&#20998;&#24050;&#32463;&#24456;&#23569;&#20102;.</p>
		<p>
		<hr>
		<p class="head3"><a name="setbp"></a>&#35774;&#32622;&#26029;&#28857;&#24182;&#20351;&#35843;&#35797;&#22120;&#26174;&#31034;&#21160;&#24577;&#25928;&#26524;</P>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#25171;&#24320; <b>CashSales</b> 
                            &#24037;&#31243;. &#28982;&#21518;&#25171;&#24320;<b> problem_domain</b> &#27169;&#22411;&#22270;.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p>&#22312; Explorer &#38754;&#26495;&#30340; Directory &#39029;&#20013;&#27983;&#35272;&#21040; <b>CashSales.tpr</b>:</p>
		<dl>
			<dd><b>Samples | java | CashSales | CashSales.tpr</b>
		</dl>
		<p>Together &#35686;&#21578;&#20320;&#23427;&#24517;&#39035;&#20851;&#38381;&#24403;&#21069;&#24037;&#31243;&#25165;&#33021;&#25171;&#24320;&#21478;&#19968;&#20010;&#24037;&#31243;.</p>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#22312; <b>CashSaleDetail</b> 
                            &#31867;(&#22312; <b>problem_domain</b> &#21253;&#20013;)&#30340;&#26500;&#36896;&#26041;&#27861;&#30340;&#26368;&#21518;&#19968;&#20010;&#22823;&#25324;&#21495;&#22788;&#35774;&#32622;&#19968;&#20010;&#26029;&#28857;.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>&#20320;&#38656;&#35201;&#23558;&#26500;&#36896;&#26041;&#27861;&#36733;&#20837;&#21040; Together &#32534;&#36753;&#22120;&#20013;. &#22914;&#26524;&#20320;&#23545;&#25214;&#21040;&#23427;&#26377;&#22256;&#38590;, &#20320;&#21487;&#20197;&#20351;&#29992; 
                                Designer &#38754;&#26495;&#21491;&#19979;&#35282;&#30340; Overview &#25353;&#38062;, &#23558; <b>CashSaleDetail</b> 
                                &#28378;&#21160;&#21040;&#27169;&#22411;&#22270;&#30340;&#20013;&#38388;. &#28982;&#21518;&#22312;&#27169;&#22411;&#22270;&#20013;&#28857;&#20987;&#26500;&#36896;&#26041;&#27861;.</p>
								<p>&#22312;&#32534;&#36753;&#22120;&#20013;, &#28857;&#20987;&#26500;&#36896;&#26041;&#27861;&#30340;&#32467;&#26463;&#22823;&#25324;&#21495;&#30340;&#20195;&#30721;&#34892;&#25968;&#23383;&#30340;&#24038;&#20391;. 
                                &#36825;&#26679;&#23558;&#25226;&#36825;&#19968;&#34892;&#39640;&#20142;&#24230;&#26174;&#31034;&#20026;&#32418;&#33394;&#24182;&#22312;&#24038;&#20391;&#31354;&#30333;&#21306;&#22495;&#26174;&#31034;&#19968;&#20010;&#26029;&#28857;&#22270;&#26631;.</p>
								<p>&#40736;&#26631;&#28857;&#20987;&#24038;&#20391;&#31354;&#30333;&#21306;&#22495;&#23558;&#25171;&#24320;&#21644;&#20851;&#38381;&#26029;&#28857;.</p>
							</td>
							<td valign="top" bgcolor="white"><img height="161" width="472" src="images/airline/pro11_setbreakpoint.png" hspace="5" alt="Setting a breakpoint in the editor"></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<p>Message &#38754;&#26495;&#30340; Debugger &#39029;&#20013;&#26174;&#31034;&#25152;&#26377;&#30340;&#26029;&#28857;. (&#22914;&#26524;&#35813;&#39029;&#20013;&#27809;&#26377;&#26174;&#31034;, &#20174;&#20027;&#33756;&#21333;&#20013;&#36873;&#25321; <nobr><b>View | Message Pane Tabs | Run/Debug </b>
        &#26469;&#20462;&#25913;&#35774;&#32622;</nobr>.)</p>
		<p><img src="images/airline/pro11_debuggertab.png" width="725" height="205" border="0" hspace="10" alt="Debugger tab" vspace="20"></p>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#35774;&#32622;&#35843;&#35797;&#22120;, 
                            &#20351;&#23427;&#22312;&#36816;&#34892;&#24037;&#31243;&#26102;&#26174;&#31034;&#27169;&#22411;&#22270;&#19982;&#20195;&#30721;&#20043;&#38388;&#30340;&#32852;&#31995;.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>&#36827;&#20837;&#24037;&#31243;&#35774;&#32622;&#25110;&#32570;&#30465;&#35774;&#32622;, &#23637;&#24320; <b>Run/Debug</b>. &#36873;&#20013; <b>Animate class diagram during debugging</b>.</p>
								<p>&#24403;&#20320;&#22312;&#21160;&#24577;&#25928;&#26524;&#30340;&#35843;&#35797;&#22120;&#19979;&#36816;&#34892;&#24037;&#31243;&#26102;, Together &#23558;&#28378;&#21160;&#31867;&#22270;, 
                                &#23558;&#20320;&#24403;&#21069;&#36319;&#36394;&#30340;&#26041;&#27861;&#39640;&#20142;&#24230;&#26174;&#31034;.</p>
							</td>
							<td valign="top" bgcolor="white"><img src="images/airline/pro11_animatedebugger.png" width="645" height="400" border="0" alt="Debug options" hspace="5"></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p>
		<hr>
		<p class="head3"><a name="running"></a>&#22312;&#35843;&#35797;&#22120;&#19979;&#36816;&#34892;</P>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#20351;&#29992; Debug 
                            &#36816;&#34892;&#37197;&#32622;&#22312;&#35843;&#35797;&#22120;&#19979;&#36816;&#34892; <b>CashSales</b> &#24212;&#29992;&#31243;&#24207;. &#23519;&#30475;&#32534;&#36753;&#22120;&#20013;&#30340;&#26029;&#28857;.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>&#20027;&#24037;&#20855;&#26465;&#20013;&#26377; Run in Debugger &#25353;&#38062;(<img src="images/icons/runindebuggerbutton.gif" width="14" height="14" border="0" hspace="1">).  
                                &#28857;&#20987;&#36825;&#20010;&#25353;&#38062;&#23558;&#20986;&#29616;&#21491;&#22270;&#20013;&#30340;&#23545;&#35805;&#26694;. CashSales &#30340; Debug &#36816;&#34892;&#37197;&#32622;&#26102;&#32570;&#30465;&#30340;&#36873;&#39033;. 
                                &#28857;&#20987; <b>Ok</b> &#24320;&#22987;&#36816;&#34892;.</p>
								<p>&#35831;&#32784;&#24515;&#31561;&#24453;&#24212;&#29992;&#31243;&#24207;&#21551;&#21160;. &#20320;&#24517;&#39035;&#28857;&#20987; &quot;Scan&quot; &#25353;&#38062;&#25165;&#33021;&#21040;&#36798;&#26029;&#28857;&#22788;. 
                                &#24403;&#31243;&#24207;&#36816;&#34892;&#21040;&#26029;&#28857;&#22788;, &#32534;&#36753;&#22120;&#23558;&#20195;&#30721;&#34892;&#39640;&#20142;&#24230;&#26174;&#31034;&#20026;&#34013;&#33394;.</p>
							</td>
							<td valign="top" bgcolor="white"><img src="images/airline/pro11_debugarguments.png" width="535" height="319" border="0" alt="Editor at breakpoint" hspace="5"></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#22312;&#26029;&#28857;&#22788;, &#23519;&#30475;&#24403;&#21069;&#26632;&#32467;&#26500;&#21644; <b>CashSaleDetail.qty</b> 
                            &#20540;.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p>&#24403;&#35843;&#35797;&#22120;&#24320;&#22987;&#36816;&#34892;&#26102;,  Debugger &#39029;&#25193;&#23637;&#24320;&#20197;&#20415;&#26174;&#31034;&#35814;&#32454;&#30340;&#36816;&#34892;&#26102;&#20449;&#24687;. Debugger &#38754;&#26495;&#30340;&#24038;&#20391;&#26159;&#19968;&#20010;&#24037;&#20855;&#26465;, 
        &#20320;&#21487;&#20197;&#36890;&#36807;&#20854;&#20013;&#30340;&#25353;&#38062;&#25511;&#21046;&#31243;&#24207;&#25191;&#34892;, &#23519;&#30475;&#26632;&#21644;&#32447;&#31243;, &#20197;&#21450;&#35774;&#32622;&#21508;&#31181;&#31867;&#22411;&#30340;&#26029;&#28857;.</p>
		<p>Frame &#39029;(&#19979;&#22270;&#20013;&#22312;&#26368;&#21069;)&#26174;&#31034;&#20102;&#21040;&#36798;&#26029;&#28857;&#26102;&#24403;&#21069;&#26632;&#30340;&#20869;&#23481;.  &#24403;&#20195;&#30721;&#25191;&#34892;&#21040;&#36825;&#19968;&#28857;&#26102;, &#20320;&#21487;&#20197;&#23637;&#24320; <b>this</b> &#20197;&#20415;&#23519;&#30475; <b>CashSaleDetail.qty</b>.</p>
		<p><img height="290" width="640" src="images/airline/pro11_debuggerframe1.png" hspace="10" vspace="10" alt="Top frame information"></p>
		<p>&#28857;&#20987; Frame &#39029;&#39030;&#37096;&#30340;&#26041;&#27861;&#21517;&#23558;&#26174;&#31034;&#24403;&#21069;&#32447;&#31243;&#30340;&#36816;&#34892;&#26102;&#21051;&#35843;&#29992;&#26632;.</p>
		<p><img height="290" width="640" src="images/airline/pro11_debuggerframe2.png" hspace="10" vspace="10" alt="Stack trace"></p>
		<p>&#24403;&#24037;&#31243;&#22312;&#35843;&#35797;&#27169;&#24335;&#19979;&#36816;&#34892;&#26102;, &#32534;&#36753;&#22120;&#24038;&#20391;&#30340;&#31354;&#30333;&#21306;&#22495;&#23558;&#21457;&#29983;&#25913;&#21464;. &#23567;&#30340;&#33777;&#24418;&#22270;&#26631;<nobr>(</nobr><nobr><img height="5" width="5" src="images/icons/debugdiamond.gif" hspace="1" alt="Debug diamond">)&#34920;&#31034;&#21487;&#25191;&#34892;&#30340;&#20195;&#30721;&#34892;</nobr>. 
        &#26029;&#28857;&#22270;&#26631;&#20174;&#26410;&#36816;&#34892;<nobr>(</nobr><nobr><img height="14" width="14" src="images/icons/bpicon.gif" hspace="1" alt="Breakpoint icon" align="top">)&#25913;&#21464;&#20026;&#27491;&#22312;&#36816;&#34892;(<img height="14" width="14" src="images/icons/okbpicon.gif" hspace="1" alt="Breakpoint icon" align="top"></nobr><nobr>)</nobr>.</p>
		<p>
		<hr>
		<p class="head3"><a name="watchpoint"></a>&#35774;&#32622; watchpoint &#24182;&#25913;&#21464;&#31243;&#24207;&#36816;&#34892;</P>
		<p>
		<table border="0" cellpadding="0" cellspacing="2" bgcolor="#993300" width="100%">
			<tr>
				<td bgcolor="#993300">
					<table border="0" cellpadding="0" cellspacing="2" bgcolor="#ffffcc" width="100%">
						<tr>
							<td bgcolor="#ffffcc"><b>&#25805;&#20316;&#27493;&#39588;:</b> &#22312; <b>CashSaleDetail.qty</b> 
                            &#20013;&#35774;&#32622;&#19968;&#20010; watchpoint. &#28982;&#21518;&#23558; <b>qty</b> &#20540;&#20462;&#25913;&#20026;<b>47</b>.</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>&#24403;&#31243;&#24207;&#36816;&#34892;&#21040;&#26029;&#28857;&#22788;&#26242;&#20572;&#26102;, &#20320;&#21487;&#20197;&#35774;&#32622; watchpoint. &#28857;&#20987; Message 
                                &#38754;&#26495;&#26368;&#24038;&#20391;&#39029;&#38754;&#20013;&#30340; watchpoint &#22270;&#26631;(<img height="7" width="14" src="images/icons/watchpointicon.gif" hspace="2" vspace="2">).</p>
								<p>Together &#26174;&#31034;&#19968;&#20010;&#31867;&#20284;&#21491;&#22270;&#30340;&#23545;&#35805;&#26694;. &#36755;&#20837;&#22914;&#22270;&#25152;&#31034;&#30340;&#34920;&#36798;&#24335;.</p>
								<p></p>
							</td>
							<td valign="top" bgcolor="white"><img height="155" width="253" src="images/cashsales/addwatchpoint.png" hspace="5"></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<p>&#20320;&#21487;&#20197;&#36890;&#36807; watchpoint &#34892;&#20013;&#30340;&#19979;&#25289;&#33756;&#21333;&#35774;&#32622; watchpoint &#34920;&#36798;&#24335;&#30340;&#20540;. &#39318;&#20808;, &#22312;&#35813;&#34892;&#19978;&#28857;&#20987;&#40736;&#26631;&#24038;&#38190;&#20351;&#23427;&#39640;&#20142;&#24230;&#26174;&#31034;&#20026;&#34013;&#33394;. 
        &#28982;&#21518;&#28857;&#20987;&#40736;&#26631;&#21491;&#38190;&#26174;&#31034;&#33756;&#21333;. &#23545;&#20110;&#36825;&#20010;&#32451;&#20064;, &#36873;&#25321; <b>Change Value</b> &#38598;&#21512;.</p>
		<p>&#22312;&#23545;&#35805;&#26694;&#20013;&#36755;&#20837;&#30340; <b>qty</b> &#26032;&#20540;.</p>
		<p><img src="images/airline/pro11_changewatchptvalue.png" width="700" height="295" border="0" alt="Change watchpoint expression value" hspace="2" vspace="5"></p>
		<p></p>
		<table border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
			<tr>
				<td bgcolor="#bbbbbb">
					<table border="0" cellpadding="5" cellspacing="2">
						<tr>
							<td valign="top" bgcolor="white">
								<p>&#28857;&#20987; Message &#38754;&#26495;&#20013;&#30340;&#32487;&#32493;&#25353;&#38062;( <img src="images/icons/continuebuttonicon.png" width="6" height="11" border="0">) 
                                &#32487;&#32493;&#25191;&#34892;.</p>
								<p>&#21491;&#22270;&#26174;&#31034;&#20102;&#25105;&#20204;&#29992;&#25143;&#30028;&#38754;&#20013;&#30340;&#25191;&#34892;&#32467;&#26524;. &#23454;&#38469;&#36816;&#34892;&#32467;&#26524;&#23558;&#26681;&#25454;&#26597;&#35810;&#21040;&#30340;&#39033;&#30446;&#32780;&#26377;&#25152;&#19981;&#21516;.</p>
							</td>
							<td valign="top" bgcolor="white"><img src="images/airline/pro11_whitepopcorn.png" width="318" height="136" border="0" alt="Debug options" hspace="5"></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<div align="left">
			<hr>
			<p class="head3"><a name="tip"></a>&#25216;&#24039;</p>
		</div>
		<ul>
			<div align="left">
				<li>&#23545;&#20110;&#24050;&#32534;&#35793;&#36807;&#30340;&#25110;&#27809;&#26377;&#20869;&#23481;&#21487;&#32534;&#35793;&#30340;&#24037;&#31243;, &#19981;&#35201;&#20351;&#29992; make &#25353;&#38062;. &#20320;&#21487;&#20197;&#20174;&#20027;&#33756;&#21333;&#20013;&#36873;&#25321; <b>Project | Rebuild Project</b> 
                &#26469;&#24378;&#21046;&#37325;&#26032;&#32534;&#35793;.<li>&#20320;&#21487;&#20197;&#36890;&#36807; Debugger &#39029;&#20013;&#26029;&#28857;&#30340;&#21491;&#38190;&#33756;&#21333;&#26469;&#21024;&#38500;&#26029;&#28857;. &#20174;&#35843;&#35797;&#22120;&#21015;&#34920;&#20013;&#36873;&#25321;&#26029;&#28857;, &#28857;&#20987;&#40736;&#26631;&#21491;&#38190;, 
                &#28982;&#21518;&#36873;&#25321; <b>Remove breakpoint</b>. &#25110;&#32773;, &#20320;&#21487;&#20197;&#36873;&#25321;&#26029;&#28857;&#24182;&#28857;&#20987;&#21024;&#38500;.				<li>
                &#24403;&#31243;&#24207;&#36816;&#34892;&#22312;&#26041;&#27861;&#35843;&#29992;&#22788;&#26242;&#20572;&#26102;, &#22914;&#26524; Smart Step &#24050;&#25171;&#24320;, &#28857;&#20987; <nobr>&quot;Step into&quot;</nobr> 
                &#25353;&#38062;<nobr>(</nobr><nobr><img height="14" width="14" src="images/cashsales/stepintobutton.png" hspace="1" alt="Step into button" align="top">)&#23558;&#36319;&#36394;&#21040;&#26041;&#27861;&#20869;&#37096;</nobr>. (Debugger 
                &#39029;&#20013;&#26377;&#19968;&#20010; &quot;Skip classes&quot; &#39029;&#21015;&#20986;&#20102;&#35843;&#35797;&#22120;&#19981;&#20250;&#36827;&#20837;&#30340;&#31867;. &#32570;&#30465;&#29366;&#24577;&#19979;, &#36825;&#23558;&#26159;&#26631;&#20934; Java 
                &#31867;&#24211;&#20013;&#30340;&#31867;. &#20320;&#21487;&#20197;&#20351;&#29992; &quot;Skip classes&quot; &#21491;&#38190;&#33756;&#21333;&#23558;&#26356;&#22810;&#30340;&#31867;&#21152;&#20837;&#21040;&#21015;&#34920;&#20013;. 
                &#36825;&#20010;&#39029;&#20013;&#26377;&#19968;&#20010;&#36873;&#25321;&#26694;&#20801;&#35768;&#20320;&#36319;&#36394;&#36827;&#20837;&#31867;&#30340;&#20869;&#37096;, &#22914;&#26524;&#23427;&#30340;&#28304;&#20195;&#30721;&#21487;&#29992;&#30340;&#35805;.)				
				
				
				
				<li>C++ &#31243;&#24207;&#21592;&#20063;&#21487;&#20197;&#20351;&#29992; Together &#32534;&#35793;&#20182;&#20204;&#30340;&#20195;&#30721;. &#20294;&#26159;&#39318;&#20808;, &#20182;&#20204;&#38656;&#35201;&#23558; Together 
                &#37197;&#32622;&#20013;&#25351;&#23450;&#30340;&#32534;&#35793;&#22120;&#20462;&#25913;&#20026;&#20182;&#20204;&#33258;&#24049;&#30340; C++ &#32534;&#35793;&#22120;.
			</div>
		</ul>
		<center>
			<p></p>
		</center>
		<center>
			<hr>
			<img height="19" width="235" src="images/generic/lastnavbutton.gif" vspace="10" alt="Navigation bar" usemap="#lastnavbuttonb6010a8f" border="0"><map name="lastnavbuttonb6010a8f"><area href="10qualityassurance.html" coords="4,1,94,16" shape="rect"><area href="#top" coords="101,1,144,17" shape="rect"><area href="index.html" coords="151,2,229,16" shape="rect"></map>
			<hr>
		</center>
		<p class="footnote">Copyright &copy; 2002 TogetherSoft Corporation. All rights reserved.</p>
		<p class="footnote"><font color="#666666">Last Revised: </font><csobj w="88" h="12" t="DateTime" format="MedDate" region="0">Fri, Mar 8, 2002</csobj></P>
	    <p class="footnote">

⌨️ 快捷键说明

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