File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11How 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
1311Tracebacks
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.
1715Just execute pytask with
1816
1917.. code-block :: console
You can’t perform that action at this time.
0 commit comments