Skip to content

Commit

Permalink
Add docs related to debugging (#4662)
Browse files Browse the repository at this point in the history
* Add docs related to debugging

* Update with a pointer to the wiki

* Update to refer to --verbose instead of the environ

* Update content/docs/contributing/core.md

Co-authored-by: Ruslan Kuprieiev <[email protected]>

---------

Co-authored-by: Ruslan Kuprieiev <[email protected]>
Co-authored-by: Thomas Kunwar <[email protected]>
  • Loading branch information
3 people committed Jul 25, 2023
1 parent b775a74 commit 8eb28cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/docs/contributing/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ $ pre-commit install
That's it. You should be ready to make changes, run tests, and make commits! If
you experience any problems, don't hesitate to ping us in our [chat](/chat).

## Debugging

The DVC command line interface has several debugging tools that are hidden by
default in the `--help`, but will be shown if `--verbose` is also specified.
See [The DVC Debugging Wiki](https://github.com/iterative/dvc/wiki/Debugging,-Profiling-and-Benchmarking-DVC)
for more information on these debugging options.

## Writing tests

We have unit tests in `tests/unit/` and functional tests in `tests/func/`.
Expand Down

0 comments on commit 8eb28cc

Please sign in to comment.