DEV Community

Pulling the Strings

Community Spotlight: Puppet Debugger

We're kicking off 2019 with a bang and a series of spotlights on notable community members and their achievements. We've got some great shows lined up for you, from useful development tools, to community experiences, to lessons we could learn from the history of computing. Let's get started today with Corey Osman of Portland, Oregon who's built a command line REPL

This quick screencast shows some of the capabilities of the tool:

![Puppet debugger REPL in action.](/sites/default/files/2018-12/animated-debugger-demo-smaller.gif)

A REPL, or command-line shell, allows you to interactively work within Puppet and see what effect each line of code you write will have. Rather than trying to understand an entire system at once, you can drop into the shell and try out a language construct or see how a variable will be interpolated. For even greater understanding, you can add breakpoints to your Puppet code so you can stop compilation at a known spot and inspect your variables or see what classes have been declared.

Today's musical intro was recorded by Michelle on our SRE team and her band, Great Niece.

 

Learn more

https://www.puppet-debugger.com

https://github.com/nwops/puppet-debugger

http://logicminds.github.io/categories/debugger

 

*Ben Ford is a developer advocate at Puppet.*

Episode source