---
title: inspect
categories: |
debug
version: 0.104.0
debug: |
Inspect pipeline results while running a pipeline.
usage: |
Inspect pipeline results while running a pipeline.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `inspect` for [debug](/commands/categories/debug.md)
<div class='command-title'>Inspect pipeline results while running a pipeline.</div>
## Signature
```> inspect {flags} ```
## Input/output types:
| input | output |
| ----- | ------ |
| any | any |
## Examples
Inspect pipeline results
```nu
> ls | inspect | get name | inspect
```