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 hashes)

Uploaded Source

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