Use
Lists the current stepping mode and the default action-list. 
 
Example
In this example, the default stepping mode is in, the step action-list contains the Print command, and the action-list that will be executed upon stepping to a user breakpoint is the step action (Print). 
CodeWatch> LSTEP
Step IN; Execute STEP action 
Action = [PRINT;]
 
 
Description
The LSTEP command lists the current mode of stepping, that is, either In or Over, the default action-list, and the default action-list to be executed when stepping to a breakpoint.