Skip to main content

Trigger ipdb whenever Python crashes

Project description

crash-ipdb

Debug Python crashes conveniently: Whenever a Python code crashes, the ipdb (IPython debugger) debugger will be triggered. And the pdb commands can be used to debug your crash.

Usage

First install it with:

pip install crash-ipdb

Then import crash_ipdb in your Python and run your code as usual (./example.py):

import crash_ipdb  # just import crash_ipdb in your Python code

## simple example of source code to be debugged ##
x = 1
y = 0

print(x/y)  # When you see '----> 7 print(x/y)', this will mean you have entered the ipdb, stopping at this line

You will find you have entered into ipdb and can use the pdb commands to debug your code:

Traceback (most recent call last):
  File "example.py", line 7, in <module>
    print(x/y)  # When you see '----> 7 print(x/y)', this will mean you have entered the ipdb, stopping at this line
ZeroDivisionError: division by zero

> /home/ukp/kwang/crash-ipdb/crash-ipdb/example.py(7)<module>()
      3 ## simple example of source code to be debugged ##
      4 x = 1
      5 y = 0
      6 
----> 7 print(x/y)  # When you see '----> 7 print(x/y)', this will mean you have entered the ipdb, stopping at this line

Reference

xcodebuild/crash_on_ipy.py

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

crash-ipdb-0.0.4.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

crash_ipdb-0.0.4-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file crash-ipdb-0.0.4.tar.gz.

File metadata

  • Download URL: crash-ipdb-0.0.4.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for crash-ipdb-0.0.4.tar.gz
Algorithm Hash digest
SHA256 06df97727708de9521e5c88415101cba7c191849988749d504abf9454a361131
MD5 cee146850527abb44804af549e2307b7
BLAKE2b-256 53191135d546ec46f231432c9a4f5965971900db44ba47a3380de4e0be4d2458

See more details on using hashes here.

File details

Details for the file crash_ipdb-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: crash_ipdb-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 2.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for crash_ipdb-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d6eea70c8fc704b734fdfdd3704c0c35b33dc300d992165ae8bd94b89dd58f1f
MD5 a935356bc750ddae2114f438fcb76501
BLAKE2b-256 09aa5cda9c4fdd53872cd45185871cd271d9bf9038886de4f78d88f00637efc9

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