Search for tag: "traces"
Lesson 14.3 Try-Except and the StackThe except-portion of an try-except statement is only executed when there is an error/crash. But, as we have seen, errors can occur anywhere in the call stack. In this video we show how try-except…
From Hannah Lee
68 plays
|
|
Lesson 9.9 Tracing ConditionalsNow that program structure and program flow are different, debugging is going to get a lot harder. In this video we introduce a new element of white box testing – the trace. You will need to…
From Hannah Lee
124 plays
|
|