Looks like no one added any tags here yet for you.
List []
indexed (ordered), changeable, and can duplicate members
Tuple ()
indexed(orded), but unchangeable. Can duplicate
Set {}
Unordered (not indexed), unchangeable (cannot remove or add items), cannot duplicate
Dictionary {}
Ordered and changeable but cannot duplicate keys
Breakpoint
stops program at a line
watch
displays variables
step
stepping through program line by line
trace
tracing execution by displaying message at statement/subroutine called