package debug

import "github.com/gohugoio/hugo/tpl/debug"

Package debug provides template functions to help debugging templates.

Index

Types

type Namespace

type Namespace struct {
}

Namespace provides template functions for the "debug" namespace.

func New

func New(d *deps.Deps) *Namespace

New returns a new instance of the debug-namespaced template functions.

func (*Namespace) Dump

func (ns *Namespace) Dump(val interface{}) string

Dump returns a object dump of val as a string. Note that not every value passed to Dump will print so nicely, but we'll improve on that. We recommend using the "go" Chroma lexer to format the output nicely. Also note that the output from Dump may change from Hugo version to the next, so don't depend on a specific output.

Source Files

debug.go init.go

Version
v0.79.0
Published
Nov 27, 2020
Platform
windows/amd64
Imports
3 packages
Last checked
4 hours ago

Tools for package owners.