---
title: pause命令
description: "在程序运行时手动暂停执行。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevps/debugging/debugger/KunpengDevKitCli_0147.html
sourcePath: /source/zh/kunpengdevps/debugging/debugger/KunpengDevKitCli_0147.html
indexId: 7cfc025ca3d64585564e6a713a696f8ddaf57d6af510ac54cd919f9e81f0329569
---
# pause命令

#### 命令功能

在程序运行时手动暂停执行。


#### 命令格式

```
pause/p [-h | --help]
```

pause命令可简写为p。


#### 参数说明


**表1 pause命令参数**

| 参数 | 参数说明 |
| --- | --- |
| 无 | 在程序运行时手动暂停执行。 |
| \-h/\-\-help | 可选参数，获取帮助信息。 |


#### 使用示例

执行以下命令，查看pause支持的功能信息：

```
pause -h
```

返回信息如下：

```
OVERVIEW
    Run this command to manually suspends the running application.

USAGE
    pause/p
    [-h | --help]

OPTIONS
    -h, --help
    Get help information.

EXAMPLE
    # Manually suspends the running application.
    pause
```
