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.

nice things

Some extra features to note:

  • 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.
  • If claude_here detects that webbrowser will use a text-based browser by default, it will instead print an OSC-8-compliant hyperlink to the terminal for you to open using a graphical browser. This is especially useful if you are debugging a remote machine.

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_VERBOSITY can be set to a positive integer that will determine how much information to send to Claude; the larger the value the more info is sent to Claude. Defaults to 10.

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.2.0.tar.gz (45.6 kB view details)

Uploaded Source

Built Distribution

claude_here-0.2.0-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: claude_here-0.2.0.tar.gz
  • Upload date:
  • Size: 45.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for claude_here-0.2.0.tar.gz
Algorithm Hash digest
SHA256 520d336c4b706459a00b6b19eda2a265680c44bcdc340646be16929117b97fef
MD5 777a6d15b6e150f5b9544ba6bfb087ef
BLAKE2b-256 76e1d681c0872db874d6f621a4ac77680f5d1d753bc35181650388465e9b04c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: claude_here-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 53.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for claude_here-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8394bb21f3fddc307b2957bd9bac1e6dc19ba8983c7fcdef61a0f07867629ab
MD5 472f18faaa0e3199b9729794da566547
BLAKE2b-256 6a04b6590b1a7c49113e9784192507c9c869f45445125c4a1afc462a65e58c41

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