lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 176 forks source link

Exercises needed on how to read a stack trace. #699

Closed OlofBen closed 1 year ago

OlofBen commented 1 year ago

There are currantly little to no exercises on how to read a stack trace, and many students therefore struggle to find where a bug occurs.

These exercises can be placed in following modules:

bjornregnell commented 1 year ago

Good suggestion! I have some slides on stack trace reading but we need exercises. Let's think about if we can integrate it in existing exercises so that we don't increase the overall load per week.

bjornregnell commented 1 year ago

Chapter 3 includes a slide on how to read stack trace so the exercise should be in this week.