You may notice that i used shorter variable names and kept code lines short 您可能注意到,我使用較短的變量名,并且保持代碼行簡短。
The truth is that this code line starts an explicit transaction for the connection to the db2 database which is committed by 而事實卻是該行代碼啟動了一個顯式事務(wù),用于連接到由
Each section of each method is mapped to the source code line that it was generated from when possible 每個方法中的每個節(jié)被映射到源代碼行,在可能的情況下,源代碼行來生成節(jié)。
Once you have stopped at a breakpoint , you can run the code line by line known as stepping through the code 單步執(zhí)行當(dāng)在斷點處停止后,即可逐行運行代碼(稱為單步執(zhí)行代碼) 。
If you do not specify an argument , the tool displays the five source code lines before and after the current source code line 如果沒有指定參數(shù),此工具將顯示當(dāng)前源代碼行之前和之后的五個源代碼行。
Covers breaking a single statement into several source code lines and combining several statements onto one source line 介紹如何將一個語句分成若干個源代碼行以及如何將若干個語句組合到一個源代碼行中。
In code lines 16 - 19 , you can get the wrong impression that both statements in lines 17 and 18 are part of the transaction boundary defined by 在第16 - 19行代碼中,您可能錯覺地認(rèn)為第17和18行的語句都是屬于由
Running a page in the debugger makes it possible for you to step through code line - by - line and use additional analysis tools and runtime information 在調(diào)試器中運行頁使您可以逐行通過代碼,并利用其他分析工具和運行時信息。