Skip to main content

easy func debug tool

Project description

ezdbg

下の方に日本語の説明があります

Overview

  • easy func debug tool
  • description is under construction

Usage

  • recording (record arguments of the target function)
import ezdbg

@ezdbg.rec
def func(x):
	return x ** 2

func(17)
  • unit test of the function (Only the function is executed.)
import ezdbg

@ezdbg.test	# 【!】REWRITE HERE
def func(x):
	return x ** 2

func(17)

概要

  • python関数を簡単にデバッグできるツール
  • 説明は執筆中です

使い方

  • 記録時 (関数の引数を記録)
import ezdbg

@ezdbg.rec
def func(x):
	return x ** 2

func(17)
  • 関数単体テスト時 (その関数のみが実行される)
import ezdbg

@ezdbg.test	# 【!】ここを書き換える
def func(x):
	return x ** 2

func(17)

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

ezdbg-0.0.0.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

ezdbg-0.0.0-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file ezdbg-0.0.0.tar.gz.

File metadata

  • Download URL: ezdbg-0.0.0.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for ezdbg-0.0.0.tar.gz
Algorithm Hash digest
SHA256 947db2148f902668bf68c359b34168ea7c3671bff59ea72e1786da7042fdb0b5
MD5 6dfedf230485b76d41e6777cb438d8cf
BLAKE2b-256 369b9f4aef923495952ea663a3331a8e2b122b9f0ced79c7918fcb703ba67f20

See more details on using hashes here.

File details

Details for the file ezdbg-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: ezdbg-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for ezdbg-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f3f486108a96bb078bba44d9d5ac84e6a8754408c1835fe1880b699f6e72536
MD5 ed83ed9ae5b31ca7c68353078e2c81d4
BLAKE2b-256 6e386c090c29c91205daea9a485579a0d7c473d722ab3fbd542c802c100de8dc

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