runtime error
运行时错误
2026-03-22 07:25 浏览次数 32
运行时错误
ibm rational purifyplus? -- increase unit testing and debugging effectiveness with runtime error detection, bottleneck discovery, and code coverage analysis.
ibmrational purifyplus --提高单元测试和调试的效率,提高运行时错误检查,发现瓶颈并做代码覆盖分析。
if you get a jdbc driver runtime error (figure 21) during this process, do the following.
如果在这个过程的运行期间jdbcdriver出现了错误(图21) ,按照下面步骤进行
finally, runtime error messages now include the name of the source file, the line number, and the column number where the error occurred.
最后,运行时错误消息现在包含发生错误的源文件的名称、行号和列号。
the reason for this change is that if you try to redirect the browser, you get the the runtime error that listing 18 shows.
之所以作这样的改变,是因为如果您重定向浏览器,将会遇到列表18所示的运行时错误。
runtime error (re): your problem didn「t exit in normal way.
您的程序并没有正常退出。
in r4.62 and later, the following runtime error will be generated: "amgr: agent 」agent「 will not run.
在 r4.62和更高版本中,将会生成下列运行时错误:“amgr:agent」agent「willnotrun.
although runtime error handling is optional, handling runtime errors is especially important when sharing data across tests.
尽管运行时错误处理只是可选的,但是在测试之间共享数据时,处理运行时错误就变得十分重要了。
if that is the case, a runtime error is raised.
如果的确如此,那么就会产生一个运行时错误。
there is no guarantee that the service can handle data that is not valid, so a runtime error can occur.
这不能保证服务可以处理无效数据,因此将出现一个运行时错误。
when a solid regression suite is present for testing the application, incorporating a runtime error detection tool such as purify in it is a smart thing to do.
在测试应用程序时存在稳定的回归测试时,引入类似purify的运行时错误检查工具就是比较明智的事情。
openlaszlo comes equipped with an enhanced debugging tool that allows the developer to view runtime error messages, evaluate variable values, etc.
openlaszlo 附带了一个增强的调试工具,它使开发人员可以查看运行时错误消息、查看变量值等等。
our team has already authored several task-focused tutorials and runtime error resolutions as part of the suite」s beta release, and we will introduce more in the future.
我们的团队已经编撰了几个面向任务的教程和运行时错误分析,并作为该套件beta版的一部分一起发布,将来我们还要提供更多内容。
another thing, when i click to run, the error runtime error 5.
另一件事,当我单击运行,在运行时错误错误5。
this paper introduces the methods, tools and practice of software white-box testing, including software static analysis, coverage testing and runtime error checking.
主要介绍了进行软件白盒测试,包括静态测试分析、覆盖测试分析、运行时错误检测的方法、工具及实践。
this demonstrates that we can return a fault object even if a true runtime error didn「t occur.
这显示出,即便未发生真正的运行时错误,我们也可以返回一个fault对象。
at worst, the ear file will build and install successfully, but you will get some obscure runtime error that will take you days to debug.
在最坏的情况下,将成功地构建和安装ear文件,但是您将碰到某个模糊的运行时(runtime)错误,这将使您花费数天的时间来调试。
in order for the command-line compiler to find the runtime error with -f, you must compile the program with all the same command-line parameters you used the first time you compiled it.
为了命令行编译器能用-f选项查找运行期间错误,你必须传递与第一次编译时相同的指令列表。
this may result in the following runtime error
这可能导致以下运行时错误
it captures and discards application runtime error to enhance the system」s stability;
通过捕捉并抛出系统运行时的异常错误提高了系统的稳定性;
in this example, db2 alerts you to a runtime error when a sub-index used on a variable of type phonelist is less than 1 or greater than 1000.
在此示例中,用于类型phonelist变量上的子索引小于1或大于1000时,db2会提醒您运行时错误。
when a syntax or runtime error occurs, the error message contains a lot of information, but it can be overwhelming. the most useful parts are usually.
当语法错误或者运行错误出现的时候,错误信息会包含很多有用的信息,不过信息量太大,太繁杂。最有用的也就下面这两类。
if your code passes the wrong element to the method, the code compiles fine, but might raise a runtime error or silently return no results.
如果代码给方法传递错误的元素,那么尽管代码将编绎良好,但可能会导致运行时错误或者不返回任何结果。
sometimes, however, the jaxb compiler seems to be overly clever in guessing which classes deserve this annotation. if that is the case, the following runtime error message will be displayed
但是,有时候jaxb编译器在猜测哪些类应该有这个注解时似乎过分聪明了。