Step Over

Advance beyond the current line of code and moves on to the next line.

Moves past the current line of code and proceeds to the next line, disregarding any method calls within that line. Execution skips over the method implementations.


Related Resources

Full Line Code Completion in GoLand
Full Line Code Completion in GoLand
Faster code completion with the help of a locally running deep learning model.
Goroutines Profiler Labels
Goroutines Profiler Labels
Advance beyond the current line of code and move on to the next line.
Run to cursor
Run to cursor
Continues the execution until the position of the caret is reached.