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.4.tar.gz
(25.7 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.4.tar.gz.
File metadata
- Download URL: movoid_debug-1.5.4.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e4685a0ee70b6b6b66297d9f5035198cf78287e15885982fce22cdd07b2de14
|
|
| MD5 |
21ab1859aa5d94a6adcada5271e6bb60
|
|
| BLAKE2b-256 |
5bf8d58e250bf5bcfd96c3ba669e5167074a5fe5dd1f3026b389b08ca6b657f5
|
File details
Details for the file movoid_debug-1.5.4-py3-none-any.whl.
File metadata
- Download URL: movoid_debug-1.5.4-py3-none-any.whl
- Upload date:
- Size: 31.5 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 |
4d7bc35ae006597b16abe39d8c98d432e3b609c3907214887984fa38776cc48a
|
|
| MD5 |
a0568867cac79758c996d4a10058d45c
|
|
| BLAKE2b-256 |
8b07ef20f342b3899860dd0ce04bfa5190e6489a29ba31a4d08d506f4bf981eb
|