# down (only in GDB) ```text usage: down [-h] [n] ``` Select and print stack frame called by this one. **Aliases:** do, dow ### Positional arguments |Positional Argument|Help| | :--- | :--- | |n|The number of stack frames to go down. (default: 1)| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit|