Skip to main content

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


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.1.tar.gz (1.5 kB view details)

Uploaded Source

File details

Details for the file pdbreak-0.1.1.tar.gz.

File metadata

  • Download URL: pdbreak-0.1.1.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pdbreak-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a9e3eb8a3d3f1ba3ca147fc2f180ff2463e45dfacc8df9beb9ef758cd016f12d
MD5 52099c748afe6a86891be6898f4c863c
BLAKE2b-256 256b17b2d2776e28f5d54e1bd4b649e7906c2dae0c3843a938107e41d4933aec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page