nwops / puppet-debugger

A interactive live debugger and REPL for the puppet language
https://gitlab.com/puppet-debugger/puppet-debugger
MIT License
121 stars 11 forks source link

add ability to find source of fact or function #47

Open logicminds opened 7 years ago

logicminds commented 7 years ago

I want to "inspect" facts and functions in order to determine where they originate from in code.

Sometimes there can be facts that are no longer needed and can't remember where in the codebase they exist.

logicminds commented 4 years ago

This should probably be a new function inside the stdlib, extlib or possibly puppet-debug module.