Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| students:understanding_code [2017/06/13 20:52] – created admin | students:understanding_code [2017/06/13 20:53] (current) – [Follow the Flow of Code] admin | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| Start at the beginning and trace through the application. | Start at the beginning and trace through the application. | ||
| + | You can use a debugger and put breakpoints in the code to follow the code. | ||
| ===== Application Vocabulary ===== | ===== Application Vocabulary ===== | ||
| Line 26: | Line 27: | ||
| Try to make some small changes to the code and see how they affect the application. | Try to make some small changes to the code and see how they affect the application. | ||
| + | |||
| + | |||
