Skip to content
Snippets Groups Projects
Commit f9a19b27 authored by Rene Redler's avatar Rene Redler
Browse files

[lecture-materials:debugging-strategies] Compiler errors

parent 55af0d9e
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
Pipeline #66850 passed
...@@ -40,6 +40,12 @@ digraph { ...@@ -40,6 +40,12 @@ digraph {
find the last valid commit (`git bisect`) find the last valid commit (`git bisect`)
# Compiler errors {.leftalign}
- Try to locate and isolate the code section
- Call for vendor support
# Compile-time errors {.leftalign} # Compile-time errors {.leftalign}
- Make the compiler say what you need to know - Make the compiler say what you need to know
......
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