Programmer tools - debugger

Опубликовано: 23 Октябрь 2024
на канале: Coders School
1,328
38

Debuggers make it easier for developers to debug programs. They make it possible to run programs under controlled conditions, giving possibility to stopping them, executing step-by-step instructions or tracking the values ​​of individual variables.

This video is a summary of one of the lessons from the C++ online course: https://coders.school/kurs-online/

Table of contents:
00:00 Introduction
00:49 Online GDB
02:05 Basic commands
05:48 Text user interface
07:23 Watchpoint
08:07 Stepping into function
10:13 Change variable value