Skip to content
Snippets Groups Projects
Commit ef1563b4 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

bare0_1

parent 4fe5f837
No related branches found
No related tags found
No related merge requests found
......@@ -26,20 +26,22 @@ fn main() {
assert!(x == X && X == Y);
}
}
}
}
// 1. run the program in the debugger,
// let the program run for a while and then press pause
// look in the (Local -vscode) Variables view what do you find
// ** your answer here **
// x: 7852532
//
// in the Expressions (WATCH -vscode) view add X and Y
// what do you find
//
// ** your answer here **
// X: 785232
// Y: 785232
// step through one complete iteration of the loop
// and see how the (Local) Variables are updated
// can you foresee what will eventually happen?
// ** place your answer here **
// Yes
//
// commit your answers (bare0_1)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment