It might be beneficial to dedicate 0.5 of a lab at the start of the course to teach students how to debug code. - Understanding stacktraces - Using helpful debug prints - Using the `? func` docs Many get stuck on basic issues like wrong indexing etc. for way too long.