Visual Studio 2019 Debugger Tutorial

preview_player
Показать описание
This video will teach you the basics of the Visual Studio 2019 Debugger, specifically in regard to debugging C programs. Concepts covered includes breakpoints, control functions, viewing program data state, and some helpful tips and tricks. I will also go over a simple example using the debugger.

01. 00:00 - What is a debugger?
02. 00:30 - Breakpoints
03. 01:32 - Step Into
04. 01:54 - Step Over
05. 02:03 - Step Out
06. 02:23 - Restart & Stop
07. 02:35 - Viewing State: Locals
08. 03:08 - Viewing State: Watches
09. 03:36 - Viewing State: Memory
10. 03:55 - Debugging Example: Intro
11. 06:36 - Tips & Tricks: Conditional Breakpoints
12. 07:19 - Tips & Tricks: Changing Next Line
13. 07:34 - Tips & Tricks: Viewing Single & Multi Dimension Arrays
14. 08:52 - Tips & Tricks: Removing & Disabling Breakpoints
15. 09:37 - Outro

Credits:
Video produced by Ethan Joyce
Рекомендации по теме
Комментарии
Автор

This is probably a great tutorial but I can't find the "locals" tab. In fact I can't find any tabs! The entire bottom portion of my screen with debugger info is hidden and I don't know how to reveal it. It's also 3am and I'm cranky. But the fun type of "oh fuck are you kidding me ha ah hHAHAH" cranky.

Edit:
In the visual studio GUI, go to Window>Reset Window Layout . This should do it!
Omg I'm so happy.

brockobama