feejo
Joined: 16 Jun 2007 Posts: 245
|
Posted: Mon Jun 18, 2007 3:56 pm Post subject: Debug script |
|
|
I create in my dream a script that help for debug, but I need help to create it.
1. He place in memory your original script in caise you want to cancel all changes in it. Or simply do a copy of your script to debug. Ask you if you want to have a backup copy (cause you will probably need one or already have one later on)
2. He ask you how long sleep time you want, ex: you type 500 he will change in your script every Sleep, to 500. Do do that in script editor go to edit, replace, and change every sleep,, 100 to Sleep,, 500 . Then He save and exit from edit. Also a option that can change the sleep time to a question that the user ansower: Want to go to next line press space bar.
3. He ask you if you want to start the debug, A window appear that show line by line or just highlite the line of the scipt that is running slower. OR And for each like you just press SPACE BAR to go to the next.
4. He allow you to change and save the script directly, and rerun it. Until you fid your solution.
If someone can create that would be a good asset. |
|