Code Debugging 101

preview_player
Показать описание
This video simply put teaches you how to use a debugger. In this example we are using Visual Studio 2017 and C++ but the knowledge gained should be applicable in any programming language or IDE with a modern debugger.

The article mentioned in this video is:
Рекомендации по теме
Комментарии
Автор

I never make any mistakes when I code
so I don't need to worry about debugging

firstname
Автор

Great tutorial.
I can confirm that this is not taught in colleges nearly as much as it needs to be.
I'm a recently graduated software engineer.

Teaching the mechanics is well and good, it's much harder to teach where to place the break points and why.
I learned the art of debugging as a navy electrician, when checking values at any point costs you several hours of work(and lots of forms and such), you learn to think it through very carefully.

MaxIzrin
Автор

Excellent tutorial. Thank you for this.

WickedTwitches
Автор

thanks for the tutorial, it's very helpful

highbrAned
Автор

If your into hacking and exploit development, this is how you do it. Ollydbg is your friend. Or if you want to delve deeper into debugging, looking up hacking and debugging for hacking will give you a very deep understanding of this kind of work.

kbcarte