Skip to content

tekumara/hypothesis-debug-vscode

Repository files navigation

hdebug

Hypothesis debugging with vscode. Reproduction of debugpy issue #847.

Getting started

Prerequisites:

  • make
  • python >= 3.7

To start:

To demonstrate the issue:

  • set a breakpoint on line 10 in tests/test_example.py
  • in the terminal activate the virtualenv if needed: . .venv/bin/activate
  • run hdebug
  • in vscode run the Attach to 62888 launch config
  • observe that the breakpoint is not hit

About

Hypothesis debugging with vscode. Reproduction of debugpy issue #847.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published