2017 © Pedro Peláez
 

library idbg

image

krakjoe/idbg

  • Wednesday, June 13, 2018
  • by krakjoe
  • Repository
  • 13 Watchers
  • 72 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

idbg

the debugger you embed into your project with composer, (*1)

Inspector Debugger (idbg) is a debugger for PHP 7.1+ written in PHP., (*2)

Alpha Software

idbg is alpha software, still under heavy development: Please do not design workflows around idbg yet ..., (*3)

Please do test, at this stage, we ar reliant upon the reports you make to improve idbg., (*4)

Requirements

  • PHP 7.1+
  • krakjoe/inspector

Introduction

idbg is a Debugger akin to phpdbg or XDebug, though nowhere near as advanced as either of those pieces of software (yet?). idbg is written entirely in PHP, and can be embedded into your project (and workflow, eventually) using Composer. The complexity of debugging Zend is isolated within the only extension which idbg relies on., (*5)

Executing composer require krakjoe/idbg dev-master in your project will install vendor/bin/idbg, executing vendor/bin/idbg will present you with:, (*6)

Fig 1: welcome
[bin/idbg

idbg is ready to accept commands; For a list of commands, and a little help, type help and press enter:, (*7)

Fig 2: help
[help

You probably want to set Break Points before executing run file://path/to/my/script.php, or using eval to enter into some code., (*8)

Get Involved

idbg is your debugger ... open a PR ..., (*9)

The Versions

13/06 2018

dev-master

9999999-dev

  Sources   Download

The Requires

  • php 7.*
  • ext-inspector *