Is it possible to have a global exception hook?

前端 未结 4 1755
南方客
南方客 2020-12-28 20:57

my code is fairly well covered with exception handling (try..except). Some exceptions are not expected to happen and some exceptions happen fairly often, which is expected a

4条回答
  •  旧巷少年郎
    2020-12-28 21:10

    JCL has it's own exception dialog. Just add this dialog to your project, it will handle all unexpected exceptions. Detailed info located in this JCL folder: jcl\experts\debug. There is also howto text file which step by step describes how to use it.

提交回复
热议问题