Skip to content

cc1287/ErrorHook

Repository files navigation

ErrorHook

自动全局捕捉错误,并

  • 输出错误到控制台
  • 输出错误到文件(可选,默认开启)
  • 显示错误窗口(可选,默认开启)

Code by: cc1287

示例

import ErrorHook
# 然后...就什么都不用做了,会自动捕捉错误

# 下面有一个错误
raise BaseException('I am a Error.')

安装

pip install ErrorHook

License

MIT License

Copyright (c) 2024 cc1287

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

更新日志

  • 2.1.1

增加错误堆栈滚动条

  • 2.0.2

现在可以按回车键(Enter)退出

  • 2.0.1

更改简介

  • 2.0

将名字又改了回来,兼容性问题

移除了对KeyboardInterrupt的捕获

现在将自动将焦点移至“退出”按钮

  • 1.2~1.6

让导入更便捷,更改导入名称从ErrorHookerrorhook(已在2.0删除)

  • 1.1

更新界面-退出按钮

  • 1.0

update

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages