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 而事实却是该行代码启动了一个显式事务,用于连接到由
Each section of each method is mapped to the source code line that it was generated from when possible 每个方法中的每个节被映射到源代码行,在可能的情况下,源代码行来生成节。
Once you have stopped at a breakpoint , you can run the code line by line known as stepping through the code 单步执行当在断点处停止后,即可逐行运行代码(称为单步执行代码) 。
If you do not specify an argument , the tool displays the five source code lines before and after the current source code line 如果没有指定参数,此工具将显示当前源代码行之前和之后的五个源代码行。
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行代码中,您可能错觉地认为第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 在调试器中运行页使您可以逐行通过代码,并利用其他分析工具和运行时信息。