# .status (show the debugger status)

### Command

> .status

### Syntax

> .status

### Description

Shows the connection status of the **HyperDbg**'s Connection.

### Parameters

None

### Examples

The following example shows the status of remote debugging.

```
HyperDbg (192.168.1.10:50000)> .status
remote debugging ('vmi mode'), ip : 192.168.1.10:50000
```

### IOCTL

None

### Remarks

In **HyperDbg**, '[status](https://docs.hyperdbg.org/commands/debugging-commands/status)' and '.status' commands are different if you connected to a remote debugger, but if you try to debug your system locally, then these commands are the same.

If you execute the '.status' command, it shows the current debugger's status (the debuggee's IP address). If you execute the '[status](https://docs.hyperdbg.org/commands/debugging-commands/status)' command, it will be executed in the debuggee and shows the debuggee's state (not debugger).

### Requirements

None

### Related

[status (show the debuggee status)](https://docs.hyperdbg.org/commands/debugging-commands/status)
