How do I debug a line in IntelliJ?

How do I debug a line in IntelliJ?

Select “Set next statement” from the context menu of the appropriate line. You can also use the Ctrl + Shift + F10 keyboard shortcut. You won’t be able to skip to a different file if you use this feature to set the statement to another line in the same method/function.