SkillAgentSearch skills...

Dd

✨ The most popular way of debugging in PHP is now available in JavaScript.

Install / Use

/learn @nunomaduro/Dd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="https://raw.githubusercontent.com/nunomaduro/dd/master/art/preview.png" width="500" alt="dd"></img> </p> <p align="center"> <a href="https://github.com/nunomaduro/dd/blob/master/README.md"><img src="https://img.shields.io/npm/l/@nunomaduro/dd?style=flat-square" alt="GitHub license" /></a> <p align="center"> <strong>The most popular way of debugging in PHP is now available in JavaScript</a></strong>. </p> </p>

dd was carefully crafted to simplify the debugging of your JavaScript code directly from your terminal. It was created and maintained by Nuno Maduro.

🚀 Quick start

# First, install:
yarn add @nunomaduro/dd --dev
// Then, use it:
import dd from '@nunomaduro/dd';

dd({ foo: 'bar' });

// Throws an error:
dd({ foo: 'bar' }).exit();

💖 Support the development

Do you like this project? Support it by donating

dd is open-sourced software licensed under the MIT license.

View on GitHub
GitHub Stars165
CategoryDevelopment
Updated4mo ago
Forks7

Languages

JavaScript

Security Score

92/100

Audited on Nov 20, 2025

No findings