Debug areas

Report a typo

Match the checkboxes in the Debug Control window with what they are responsible for.

Match the items from left and right columns
Stack
Locals
Globals
Source
Opens other modules and highlights the corresponding line of code when our program uses a function or a class from them.
Shows all variables created outside of functions' scopes.
Tells us what is being run and where the corresponding piece of code lies.
Shows all variables, defined inside the current function.
___

Create a free account to access the full topic