delphi 開(kāi)發(fā)出錯(cuò):
提示:“project project1.exe raised exception
class EOloException with message‘XXXXX”,我想問(wèn)一下各位try..except 怎么捕獲不了異常?原因在哪兒?? --------------------------------------------------------
在delphi的tools --> debugger options --> language exceptions中取消‘stop on delphi exceptions’前面的勾行就可以了,這樣就可以抓住以前try...except抓不到的異常了。
|
|