Skip to content
Snippets Groups Projects
Commit e0752166 authored by Dominik Zobel's avatar Dominik Zobel
Browse files

Add link to Tech Talk and note to using debuggers

parent 8848e593
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
Pipeline #67019 passed
......@@ -722,17 +722,32 @@ Afterwards your code should log
## Using debuggers {.leftalign}
::::::::{.columns}
:::{.column width=50%}
Idea of debuggers:
- Investigate code before/at the issue interactively
- Set breakpoints to check actual values at specific code positions
:::
:::{.column width=50%}
Some debuggers:
- `pdb` (Python debugger)
- `gdb` (GNU debugger)
- commercial debuggers (like `ddt` on Levante)
- commercial debuggers (like `ddt` on Levante, see also [Tech Talk](https://www.youtube.com/watch?v=q-JTpxsT0wA))
:::
::::::::
_Debuggers can also be used in IDEs and JupyterHub_
## gdb {.leftalign}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment