I am developing a script that takes between 2-5 minutes to run. I am developing functionality about 4 minutes into the script, so while I develop I have to run the application again and again to get to the part I'm developing which can be quite time consuming.
Is there a way to start the script from where I want to too (with all the internal data such as arrays and variable saved) and then just step through the part of the code I'm developing?
Please let me know if there is a good solution for this, I am using Eclipse running on my Wamp Server and I am sure someone has come up with a solution.