Skip to main content

debug Python with claude.ai

Project description

claude-here

debug Python with claude.ai

Usage

Just

pip install claude-here

then

import claude_here

and any uncaught exceptions will automatically launch a new conversation in claude.ai pre-filled with information for Claude to help you debug the error.

To debug something that isn't causing an exception, just add

breakpoint()

where you want to debug and it will automatically launch Claude with info about the current locals to help you debug.

If a breakpoint is hit multiple times, or an uncaught exception is raised after hitting a breakpoint, the information sent to Claude will be cumulative.

breakpoint

breakpoint additionally supports some optional arguments:

  • base_debugger determines the debugger to call in addition to launching Claude. Defaults to pdb.set_trace. Setting to None will set up a simple prompt to ask you when you're ready to continue execution.
  • just_gather_info=True will gather information to send to Claude later (on an uncaught exception or breakpoint without just_gather_info=True) without actually launching Claude or the base_debugger.

Environment Variables

claude_here supports some additional configuration via environment variables:

  • CLAUDE_HERE_PROJECT_ID can be set to a Claude Projects UUID (https://claude.ai/project/<this-part-here-is-the-uuid>) to launch your debugging conversations in.
  • CLAUDE_HERE_MAX_CONTEXT_ITEMS can be set to an integer that will determine the maximum number of prior breakpoint contexts that will be included when launching Claude.

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

claude_here-0.1.2.tar.gz (43.3 kB view details)

Uploaded Source

Built Distribution

claude_here-0.1.2-py3-none-any.whl (50.4 kB view details)

Uploaded Python 3

File details

Details for the file claude_here-0.1.2.tar.gz.

File metadata

  • Download URL: claude_here-0.1.2.tar.gz
  • Upload date:
  • Size: 43.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for claude_here-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5e2688d94d61ba2c8a717686762298d8a042d643cab4e39b88e379c9b4370931
MD5 5ad51e64bc20849bcae905f8435b3c5d
BLAKE2b-256 26ac23f5ed3d0c460ad654a898edc8c2dbcae524bd2d48f44477e23f56e03128

See more details on using hashes here.

File details

Details for the file claude_here-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: claude_here-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 50.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for claude_here-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 47afa29c017f259588abda8cd81ea1a117134724ffe621436be9fa5ee235b411
MD5 4187d95df05d7b0063e957e604822503
BLAKE2b-256 98317482266d1cb1c159e58ecbb070bc225959eb4f394ef400224d610413ce9e

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