Add a breakpoint at current line and column.
Resume program execution until the next breakpoint is encountered, or the program terminates.
Move down one stack frame.
Step inside the current statement's execution.
Step to the next statement.
Step out of the current statement.
Move up one stack frame.