A friendly debugging assistant for PoshBot.
Rubber duck debugging is a method of debugging code by walking through the code and explaining it to a rubber duck. By forcing yourself to explain the problem to someone else (or something) in sufficient detail, you may come upon the solution to the problem naturally.
It may seem odd, but the duck is here to help.
To install the module from the PowerShell Gallery:
PS C:\> Install-Module -Name PoshBot.DuckDebug -Repository PSGallery
To install the plugin from within PoshBot:
!install-plugin PoshBot.DuckDebug
-
duck
Explain the problem to the duck. It wants to help.