I know I have to go to the Debug mode, but I do not know how to impose a breakpoint inside the code to see step by step how the variables interact and the method itself
I know I have to go to the Debug mode, but I do not know how to impose a breakpoint inside the code to see step by step how the variables interact and the method itself
To add a BreakPoint based on going to the class where you want to put it and double-click on the left margin of the editor, on the line where you want the execution to stop.
And these are some of the keyboard shortcuts to advance the execution: