Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
  • Categories

    • Bits
    • Bytes
    • Chart
    • Conversions
    • Core
    • Database
    • Dataframe
    • Dataframe Or Lazyframe
    • Date
    • Debug
    • Default
    • Env
    • Experimental
    • Expression
    • Filesystem
    • Filters
    • Formats
    • Generators
    • Hash
    • History
    • Lazyframe
    • Math
    • Misc
    • Network
    • Path
    • Platform
    • Plugin
    • Prompt
    • Random
    • Removed
    • Shells
    • Strings
    • System
    • Viewers

Debug

CommandDescription
astPrint the abstract syntax tree (ast) for a pipeline.
config flattenShow the current configuration in a flattened form.
debugDebug print the value(s) piped in.
debug infoView process memory info.
debug profileProfile pipeline elements in a closure.
explainExplain closure contents.
inspectInspect pipeline results while running a pipeline.
metadataGet the metadata for items in the stream.
metadata accessAccess the metadata for the input stream within a closure.
metadata setSet the metadata for items in the stream.
panicCauses nushell to panic.
timeitTime how long it takes a closure to run.
viewVarious commands for viewing debug information.
view blocksView the blocks registered in nushell's EngineState memory.
view filesView the files registered in nushell's EngineState memory.
view irView the compiled IR code for a block of code.
view sourceView a block, module, or a definition.
view spanView the contents of a span.
Prev
Date
Next
Default