A quick break to your python script
Project description
A quick break to your python script.
Usage
#!/usr/bin/env python
# encoding: utf-8
print 1
import pdbreak # import pdb;pdb.set_trace()
print 2
Run your script
$ python test.py
1
--Return--
(Pdb) n
> /home/lyc/github/pdbreak/test.py(6)<module>()
-> print 2
(Pdb) l
1 #!/usr/bin/env python
2 # encoding: utf-8
3
4 print 1
5 import pdbreak
6 -> print 2
[EOF]
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
pdbreak-0.1.tar.gz
(1.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
pdbreak-0.1-py2.7.egg
(2.9 kB
view details)
File details
Details for the file pdbreak-0.1.tar.gz.
File metadata
- Download URL: pdbreak-0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70aaef4b26b68e7704c33adc69c9d2986649b9f32833a94cf200db425d29d15e
|
|
| MD5 |
bd90b4beba0d66c6a5e15db3dc0bc90b
|
|
| BLAKE2b-256 |
097c91b2395225f73a53e47b84b214b8c421056e5c32d19e5b3d58add530271a
|
File details
Details for the file pdbreak-0.1-py2.7.egg.
File metadata
- Download URL: pdbreak-0.1-py2.7.egg
- Upload date:
- Size: 2.9 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
491a63c55a39240d54ba6ade06b197acd870fb9688f4ea18b9ccfb3642538cda
|
|
| MD5 |
b4c80dc12f0f908bd7e384cc4f0a567e
|
|
| BLAKE2b-256 |
68e4cacc32a4cd71226549f43bdd0a7c5523fde2b20987c91d54d3c0cfea76fa
|