Skip to main content

A tool that help live debugging

Project description

easy-debug

A library that help you to debug the code in terminal

Getting started

  1. Installation
  2. Usages
  3. Code example
  4. Documentation

Installation

pip install easy-debug

GitHub : Github

Usages

Add the @debug() before the function you want to try in the terminal

Code example

from easy_debug import debug


@debug()
def test1():
	do_action_here


@debug()
async def test1(arg1, arg2, *, arg3):
	do_action_here

The debug lib works for sync and async function in terminal

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

easy-debug-0.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

easy_debug-0.0.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

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