Skip to content

tilman151/debugging-workshop

 
 

Repository files navigation

Workshop: Debug like a pro

This repository accompanies the workshop "Debug Like a Pro".

The debugger is a tool that lets you inspect your code line by line as it runs, and thereby discover bugs much faster. Being able to use the debugger a very valuable skill – no matter what’s your programming level or your role. This workshop takes a learning-by-doing approach and teaches the concepts and usage of the debugger on an example codebase.

Installation

  1. Install an IDE, for example:

  2. Clone this repository

  3. Install the requirements

pip install -r requirements.txt

Attribution

The original workshop material was prepared by Marianne Krokotsch.

About

This repository is the base for the workshop "Debug Like a Pro".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%