Delve commands

Report a typo

Match the Delve commands with their corresponding actions.

Match the items from left and right columns
help
break
list
stepout
continue
Proceed with the program until reaching a breakpoint or program termination
Set a stopping point at a specific location in the code
Display the entire list of Delve commands and their descriptions
Display a section of the program code around the current line
Go to a higher function in the stack trace
___

Create a free account to access the full topic