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

Add git bisect reference as general strategy

parent b43246ea
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
......@@ -36,7 +36,8 @@ digraph {
- Narrow down the code where the error occured (divide and conquer)
- Use a debugger
- Did it work before? What changed since?
- If changes are committed in a repo,
find the last valid commit (`git bisect`)
# Compile-time errors {.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