No project description provided
Project description
这个是一系列函数、类的装饰器,在运行时,如果报错,那么将会进入调试状态 默认情况下:
- 1:将所有Exception raise 出去,不做任何处理
- 2:将Exception保存下来,可以在任意的地方调用某个方法抛出
debug状态下:
- 0:直接进入debug模式,弹出窗口,并进行操作
- 1:将所有Exception raise 出去,不做任何处理
- 2:将Exception保存下来,可以在任意的地方调用某个方法抛出
启动方法
命令行
在命令行运行python脚本时,可以在命令行中额外输入__debug=1或__debug=debug来启动debug状态,其他指令均为默认情况
代码
在代码中可以通过以下方式来直接开启debug模式
from movoid_debug import FLOW
FLOW.debug_type=1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
movoid_debug-1.5.8.tar.gz
(26.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file movoid_debug-1.5.8.tar.gz.
File metadata
- Download URL: movoid_debug-1.5.8.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6bd8d04f1e9ffc77172e1bf66bb36bf7b5cf09794a0cca132042d9889f73e6f
|
|
| MD5 |
bddb5009f70dbd1358ef0a843d910a29
|
|
| BLAKE2b-256 |
d5ca44e432dde1df6ac10d0e24a8f0f7135d0ba0c6d193855dab123b202b2d5b
|
File details
Details for the file movoid_debug-1.5.8-py3-none-any.whl.
File metadata
- Download URL: movoid_debug-1.5.8-py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98bd823f73343db7abbbaa02cf3705854e7314e5bcd402a402351e07f2dc8eaf
|
|
| MD5 |
5c7285ff5b17cf4a7f6ba90b2e495ef8
|
|
| BLAKE2b-256 |
9d8dcbe85b09ff9622ec1f19afedd5c2de680f063812ec822269d57053feafe8
|