30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# vyper-debug
|
|
|
|
[![Join the chat at https://gitter.im/status-im/vyper-debug](https://badges.gitter.im/status-im/vyper-debug.svg)](https://gitter.im/status-im/vyper-debug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[![Build Status](https://circleci.com/gh/status-im/vyper-debug.svg?style=shield)](https://circleci.com/gh/status-im/vyper-debug)
|
|
[![PyPI version](https://badge.fury.io/py/vyper-debug.svg)](https://badge.fury.io/py/vyper-debug)
|
|
[![Python versions](https://img.shields.io/pypi/pyversions/vyper-debug.svg)](https://pypi.python.org/pypi/vyper-debug)
|
|
[![Docs build](https://readthedocs.org/projects/vyper-debug/badge/?version=latest)](http://vyper-debug.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
|
|
Easy to use Vyper debugger | vdb
|
|
|
|
Read more in the [documentation on ReadTheDocs](https://vyper-debug.readthedocs.io/). [View the change log](https://vyper-debug.readthedocs.io/en/latest/releases.html).
|
|
|
|
## Quickstart
|
|
|
|
```sh
|
|
pip install vyper-debug
|
|
```
|
|
|
|
## Developer Setup
|
|
|
|
If you would like to hack on vyper-debug, please check out the
|
|
[Ethereum Development Tactical Manual](https://github.com/pipermerriam/ethereum-dev-tactical-manual)
|
|
for information on how we do:
|
|
|
|
- Testing
|
|
- Pull Requests
|
|
- Code Style
|
|
- Documentation
|