Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers debugging exercises, starting with understanding error messages and correcting intentional errors in code. It then progresses to debugging a function using print statements and a debugger tool in Visual Studio, demonstrating step-by-step execution, breakpoints, watch expressions, and conditional breakpoints.