Suppose I have java code like this (only as Example):
public void someMethod(){
int a = 3;
int b = 2; // <-- stay debug here
a = b + 2;
Sy
Intellij recently published a blog post about a plugin called Jump to Line that can accomplish this, even though Intellij itself doesn't have this functionality. It really is surprising that Intellij still doesn't have this functionality, when Visual Studio has had it for so many years!
https://blog.jetbrains.com/idea/2020/08/jump-to-any-line-while-debugging/