请问on resume的run unhanded是什么意思 os exception 什么意思(100分)

  • 主题发起人 主题发起人 chinlw
  • 开始时间 开始时间

说的详细一些,这是异常,不过到底是什么异常还要看详细的信息。
 
一般是空指针操作
 
说详细点。
 
在debug options 菜单中的os exception页面中的这些选项是什么意思。谢谢
 
您看看帮助吧,下面是我COPY的一段.

OS Exceptions (Tools|Debugger Options)

The scroll box on the top lists exceptions, and in the fields on the bottom
you specify how the exception will be handled. To change the options
for handling exceptions, highlight the exception you want to change
and adjust the Handled By and On Resume options.

Handled By specifies whether the exception will be handled by the
Debugger or by your program. If you have added exception handling
to your project, select User Program.
On Resume specifies whether Delphi will continue
to handle the exception, or whether the project will run unhandled.
Add button bringsup the Add Exception Range dialog box.
This allows you to add user-defined exceptions to be handled by the debugger.

Remove button removes a selected item from the list. Select
the item you want to remove and click Remove. This allows you to
remove a user-defined exception from the list. Currently, you can
only remove exceptions that you have added. This button will be gray
anytime a default exception is selected. You can only remove

user-defined exceptions.
Integrated debugging check box sets the Integrated Debugger
to active. This option is on by default.
 
对不起,run handled和run unhandled是什么意思,wumeng谢谢
 
chinlw:如果还想接着讨论请定期提前自己的帖子,如果不想继续讨论请结束帖子。
 
多人接受答案了。
 
后退
顶部