This site is from a past semester! The current version will be here when the new semester starts.
Week 6 [Fri, Sep 10th] - Tutorial
1Demo your debugging skills
Open your iP or tP code in your IDE.
Set a breakpoint somewhere in the code.
Run the code in debug mode.
When the execution stops at the break point, use the debugger to execute 1-2 more statements.
Take a screenshot of the IDE and paste in the tutorial workspace file.
Optional: Set a i.e., the execution will stop only if the specified condition is metconditional break-point, take a screenshot of it, and paste it in the same file.
2Sequence diagrams exercise
Do the following two exercises, as guided by the tutor.