Joined: 23 Sep 2015 |
Posts: 3 |
|
|
 |
Posted: Wed Sep 23, 2015 11:34 am |
|
 |
 |
 |
 |
Using PHped Debugger, And when stepping through,
it hits a section of code, Foreach -
This goes through a XML, and fetches the content. (Multiple XML and Multiple Nodes in XML, This the Foreach loop)
Problem i have, is XML has 10 Foreach loops, but when i step through the code, The first Data set is called.
Then the second Data set is called, When i loop through again and expect the 3rd set, I get the 2nd Set of Data again.
Regardless of how many times i loop through, Its stuck on the 2nd Data set.
Now if i put a Simple Echo - and a Unique code from the Data set, Move away from Debugger and run it as standerd, Then the code runs through fine, and i find no duplications with the Data Sets, like i was experiencing in Debugger.
So i suppose the questions are:
Anyone else had issues using a Foreach in Debugger.
Is there a limit to the Data it can store in Debugger (Is it a Miss Configuration or something)
If you would like more info, What would you like to see, Snippet of Code? Video showing it stuck on a loop?
Posting the whole code is not viable (As its closed source and Premium API bridge)
I can provide Snippets.
or if the developers of the software require further info, am happy to show a remote connection, or provide the code and steps to replicate.
|