Debugging

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1

Breakpoint

Pauses the program at a given point

2

Conditional Breakpoint

Pauses the program at a given point if a given condition is met

3

Watch Window

Allows the user to inspect any value while the program is paused

4

Call Stack

History of functions that were called in order to call the current function