Watch This if You Want to Learn How to Debug Your Code

Watch This if You Want to Learn How to Debug Your Code

Sean Batir

5 лет назад

3,219 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@chervilious
@chervilious - 28.12.2019 22:58

hi sean it's guys

Ответить
@АлександраСергеевна-р4у
@АлександраСергеевна-р4у - 29.12.2019 07:04

😍

Ответить
@swapnilshinde2540
@swapnilshinde2540 - 03.01.2020 19:35

You have good dilevery of speech and explaining. Plz make more videos on programming relayed fields.

Ответить
@SRgamer278
@SRgamer278 - 09.01.2020 18:25

Subscribe now my channel give me a new

Ответить
@jochen-weber
@jochen-weber - 03.01.2020 20:42

Hey Sean, one of the things that I find most helpful is having an IDE/editor/workspace that allow me to set breakpoints and then step through code line-by-line. It's maybe most useful for code that I write myself (rather than debugging other people's code), since I know (at roughly each line) how I would imagine the workspace to look like (at that line), and then when it doesn't by deviating in, say, the type of an output I got from a function (which later throws an error in a sub-function, or 20 lines below), I have found the source of the error. That being said, knowing how to read a stack trace is probably even higher on my list, but you already mentioned that ;)

Ответить