The debugger allows you to monitor storage of your IBM® i programs. This includes programs which use single-level-storage and those which use teraspace storage. Variables selected for storage monitoring can be pointer variables. If you create a storage monitor for a pointer variable, the monitor will start at the memory location that it points to. If you create a storage monitor for a variable that is not a pointer, the base address is the address where the variable is stored and the content displayed in a monitor will start at the memory location where the variable is stored.