Each time I am with n , it prints the next statement to be executed.
How to see the next statement that will execute as if I typed n , but without actually entering the code?
I am currently using where , and this gives me the line number of the next statement, and I can use list to see some source code. Does it require two separate commands?
user1157123
source share