Skip to content

Commit 1c39883

Browse files
committed
Update docs.
1 parent 96604d8 commit 1c39883

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/tutorials/how_to_debug.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
How to debug
22
============
33

4-
The debug mode is one of pytask's biggest strength. Whenever you encounter an error in
5-
one of your tasks, jump right into the code and inspect the cause of the exception.
4+
Whenever you encounter an error in one of your tasks, pytask offers multiple ways which
5+
help you to gain more information on the root cause.
66

7-
Quick and easy feedback through a debugger is immensely valuable because it helps you to
8-
be more productive and gain more confidence in your code.
9-
10-
To facilitate debugging, pytask offers two command-line options.
7+
Through quick and easy feedback you are more productive and gain more confidence in your
8+
code.
119

1210

1311
Tracebacks
1412
----------
1513

16-
You can enrich the display of tracebacks by show local variables in each stack frame.
14+
You can enrich the display of tracebacks by showing local variables in each stack frame.
1715
Just execute pytask with
1816

1917
.. code-block:: console

0 commit comments

Comments
 (0)