Practice declaring and changing the values of variables while a program is running:
1. Put a break point on the call to the println method and run the program in debug mode.
2. After execution stops, press F8 exactly 9 times.
3. Look at the current value for the correction variable and set the fahre
Changing shoes on the move
- 5
Locked
Comments (4)
- Popular
- New
- Old
You must be signed in to leave a comment
Nicholas Kennedy
26 January, 12:24
When completed in IDEA, this task always failed on the condition the main method was changed. It worked the first time using the online editor, after only changing the "result = 105".
0
Abe unemployed
15 November 2022, 00:53
on which line exactly do we place the breakpoint?
+1
Mike S
12 February 2022, 13:10
To move stepwise through a set of code, F8 did not do anything for me. Perhaps it's because I'm working with a newer version, but regardless. I hit my head against a wall many times until I found that, to move stepwise, I needed to use Alt + Shift + F8
+1
Alena
12 July 2022, 11:18
Thank you, I had a same problem....
0