Trigger Visual Studio debugging mode from the current Python session.
Project description
debugbreak
pip install debugbreak
Package is used to trigger Visual Studio debugging mode from the current Python session - the same way as if you would insert __debugbreak
command in your C/C++ code.
Then Visual Studio popup will show up and you'll be able to attach Visual Studio to the current Python session.
It can be useful to either just as a fast way to open Visual Studio already attached to the current python file or as a way to get closer to the part of code in C-extension you want to debug.
Example:
from debugbreak import debugbreak
debugbreak()
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
Built Distribution
File details
Details for the file debugbreak-0.0.2.tar.gz
.
File metadata
- Download URL: debugbreak-0.0.2.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4699377263fe9e03add5587818dad8c4f1427c75f7ffa8e3aefc91fa3c0160e8 |
|
MD5 | 5841b7d230677dba7c4eeb5a7e6468d7 |
|
BLAKE2b-256 | f368f6ebb8a727de6a04b4a98812deab9f43984cd8037954b96def56167803a1 |
File details
Details for the file debugbreak-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: debugbreak-0.0.2-py3-none-any.whl
- Upload date:
- Size: 38.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d31ead354a4e0e20f9a5213aeb2b5e2d259d1fb0952ee9b2df6d30333d72c6e |
|
MD5 | 45bbe39b419770b8e1c80cc2e0159e5f |
|
BLAKE2b-256 | 5455e275f6442fdaaac058cd7fd70d0321df1215851fe7d0f1d8e186352dc2cd |