---
title: debug info
categories: |
debug
version: 0.104.0
debug: |
View process memory info.
usage: |
View process memory info.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `debug info` for [debug](/commands/categories/debug.md)
<div class='command-title'>View process memory info.</div>
## Signature
```> debug info {flags} ```
## Input/output types:
| input | output |
| ------- | ------ |
| nothing | record |
## Examples
View process information
```nu
> debug info
```
## Notes
This command is meant for debugging purposes.
It shows you the process information and system memory information.