Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 852 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 852 Bytes

PoshBot.DuckDebug

Rubber duck

A friendly debugging assistant for PoshBot.

Overview

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.

Installation

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

Commands

  • duck

    Explain the problem to the duck. It wants to help.