top of page

Defensive programming and debugging
Fri, 09 May
|ICTS KU Leuven
This course takes half a day


Time & Location
09 May 2025, 09:00 – 13:00
ICTS KU Leuven, Willem de Croylaan 52/bus 5580, 3001 Leuven, Belgium
About the Event
Topics covered
All code contains bugs, finding and fixing them is boring. In this training, best practices are presented to reduce the number of bugs in your code. You will also learn about debuggers and debugging techniques to find bugs more efficiently.
best practices in coding, code style, error handling
using compiler options to warn about potential issues
unit and functional testing
using a debugger (breakpoints, inspection, watchpoints, tracing …)
zoo of bugs
bottom of page