Proposal for "BreakpointDebugging"

» Metadata » Status
  • Status: Draft
» Description

This is package for breakpoint debugging.
Also, you can use as basics of other PHP program or PEAR package if you want
because this package has necessary minimum features.

It is "php.ini" file setting fixation feature,
PHP code synchronization feature,
error log feature by global handler,
the override class feature
and execution mode.

» Dependencies » Links
  • OS requires "Linux" or "Windows", but may be able to require "Unix".
  • PHP version = 5.3.x, 5.4.x
  • Requires "Xdebug" extension in case of local host.
  • "Xdebug" extension is required because (uses breakpoint, displays for fatal error and detects infinity recursive function call).
  • Requires "Xdebug" extension if you want features of above in case of "$_BreakpointDebugging_EXE_MODE = B::REMOTE" mode. (optional).
  • Requires "shmop" extension if you use "\BreakpointDebugging_LockByShmop" class. (optional).
  • Requires environment which "flock()" enables if you use "\BreakpointDebugging_LockByFlock" class. (optional).
» Timeline » Changelog
  • First Draft: 2011-12-23
  • Proposal: 1970-01-01
  • Call for Votes: 1970-01-01
  • Voting Extended: 1970-01-01