NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Debugger returning to startfile -> BUG ??


Joined: 13 Mar 2005
Posts: 1
Reply with quote
I have a code execution path going thru :
index.php -> admin_login.php -> admin_top.php

It should exec index.php then go to admin_login.
Inside admin_login there is a call to aff_armor.php.
admin_login should call aff_armor and then when aff_armor finishes admin_login should get hand back and continue.
But It doesn't.

If I run in debugger (F9), aff_armor is called but it never gets back to admin_login. Instead the defaut start file is executed at the end of aff_armor !!

If I don't run it in debugger mode (CTRL F9), it works perfectly. Means, aff_armor is called but when it finishes,admin_login get hand back and it goes up to the end of the execution path.

And this happens even if aff_armor.php is empty (no code, just empty php brackets).

Here is how aff_armor is called :
<img src='aff_armor.php?city_id=<?=$grc->user->city->get_id()?>' align="right">

Is this a bug of the debugger ??

Thanks a lot for your help ! Smile
View user's profileFind all posts by stfbSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
While I'm pretty sure the debugger does not affect the executing order, I'd kindly ask you post there a SAMPLE code of two or more SHORT files that will replicate the problem.

TIA.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Debugger returning to startfile -> BUG ??
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic