2017 © Pedro Peláez
 

library checkpoints

A simple script that allows multiple scripts to run. Useful for debugging scripts that have multiple stages.

image

kcmerrill/checkpoints

A simple script that allows multiple scripts to run. Useful for debugging scripts that have multiple stages.

  • Tuesday, January 8, 2013
  • by kcmerrill
  • Repository
  • 0 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Checkpoints

Useful if you have a peicemeal script that takes a while to run. Lets say you're debugging step 3 of a total of 10, you only need each step to run once, and step 3 keeps on failing. No need to run step 1 or 2 again. Depending on how your script is setup, you might have to comment out code, run pieces of code snippets seperatly ect., (*1)

Or lets say your scripts have run succesfully but you need to run step x again but not the rest?, (*2)

Simply delete the associated checkpoint, and rerun your checkpoints. If the checkpoint exists, it'll continue on until all checkpoints are run., (*3)

Build Status, (*4)

The Versions

08/01 2013

dev-master

9999999-dev

A simple script that allows multiple scripts to run. Useful for debugging scripts that have multiple stages.

  Sources   Download

The Requires

  • php >=5.3.0

 

by kc merrill