Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
generic software skills
lecture materials
Commits
db9bba1c
Commit
db9bba1c
authored
11 months ago
by
Dominik Zobel
Browse files
Options
Downloads
Patches
Plain Diff
Add slide to prevent errors
parent
ca5dbc14
No related branches found
No related tags found
1 merge request
!56
Debugging Strategies lecture notes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/debugging-strategies/slides.qmd
+8
-0
8 additions, 0 deletions
lectures/debugging-strategies/slides.qmd
with
8 additions
and
0 deletions
lectures/debugging-strategies/slides.qmd
+
8
−
0
View file @
db9bba1c
...
@@ -520,6 +520,14 @@ issues in line 9 and 13
...
@@ -520,6 +520,14 @@ issues in line 9 and 13
- Create minimal working example
- Create minimal working example
- Use debugger
- Use debugger
## Prevent errors
- Testing!
- Using linters (static code analysis) like [ruff](https://github.com/astral-sh/ruff) for Python
- Even ensure proper formatting with tools like [black](https://github.com/psf/black) for Python
- Consider using an IDE with its tools
# Errors due to data access and communication
# Errors due to data access and communication
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment