Skip to content
Snippets Groups Projects
Commit 4708d260 authored by Per's avatar Per
Browse files

bare0 update

parent 3c6aef08
No related branches found
No related tags found
No related merge requests found
......@@ -29,15 +29,15 @@ fn main() {
}
// 1. run the program in the debugger,
// let the program run for a while and then press pause
// look in the (Local) Variables view what do you find
// look in the (Local -vscode) Variables view what do you find
// ** your answer here **
//
// in the Expressions (WHATCH) view add X and Y
// in the Expressions (WATCH -vscode) view add X and Y
// what do you find
//
// ** your answer here **
// step through one complete iteration of the loop
// and see how the (Local) Varibles are updated
// and see how the (Local) Variables are updated
// can you foresee what will eventually happen?
// ** place your answer here **
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment