dmitri wrote: |
Then uncheck "stop on the first line" in the debugger settings and all the sessions in the background will start and complete transparently. |
But what happens if you want to debug the script that fires when the file upload has completed!? I just want to skip the script that runs that checks the progress of the file upload and returns the progress stats to the html page, these requests go along as the file is uploading. Problem is at 750ms gaps you end up with nearly 100 requests queued up by the time the file upload completes!
Ah! Just realised, but if I put a breakpoint at the start of the file that runs when the upload is complete (i.e. the form's action) then it would stop on the breakpoint, but as long as there aren't any breakpoints set in the upload progress check file then that would simply run ....
I'll give it a try, nice one!