yasd

(โ˜… 360)

Yet Another Swoole Debugger

  • .clang-format
  • .gitignore
  • .php_cs
  • composer.json
  • composer.lock
  • config.m4
  • header.php
  • init_file.php
  • LICENSE
  • php_yasd.h
  • php_yasd_cxx.cc
  • php_yasd_cxx.h
  • README-CN.md
  • README.md
  • test.php
  • yasd.cc
  • yasd_api.cc
  • yasd_api.h
  • yasd_api.stub.php
  • yasd_function_status.cc
  • yasd_function_status.h

# Installation Guide

1. Get the code
git clone https://github.com/swoole/yasd

Downloads the entire project code from GitHub to your computer.

cd yasd

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
  • APT (Debian/Ubuntu ๊ณ„์—ด) Built into Debian/Ubuntu-based Linux distributions.
brew install boost

Installs the pre-built package via Homebrew โ€” no source build required.

apt-get install libboost-all-dev

Installs directly from the APT package repository (Debian/Ubuntu-based).

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. PHP (Composer)

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • PHP A PHP runtime is required.
  • Composer The package manager used to install PHP libraries.
composer dump-autoload -o

Type this command into your terminal and run it.

โœ… Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.

Pulled directly from this repo's README.

// repository documentation