NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Debbuging not showing the same html than in standard browser


Joined: 31 Oct 2012
Posts: 16
Location: Canada
Reply with quote
Hello to you.
I've just installed the new 8.1 version of PhpED and working on a Web application.

Everything works fine except that I've notice that when i'm doing a debbug session, in Chrome (I do all my debbuging in Chrome instead of internal IE), I don't have the same result as when I look at my app. directly in Chrome.

In Chrome via PhpED debbuging session


(wrong way)

Directly in Chrome


(what its supposed to be)

Here are the lines of code:
Code:

<td width="2%" class="tcent"><?= ($fl != 0) ? '&nbsp;' : '<a id="expall" href="javascript:show_hide_all()"><i class="icon-plus"></i></a>' ?></td>
<td class="tcent"><a id="<?=$link?>" data-no="<?=$i?>" data-idcont="<?=$contrats[$i]["idcont"]?>" data-nocont="<?=$contrats[$i]['no_contr']?>"><i class="icon-plus"></i></a></td>


I've verified that short tags is set to true, in project settings and even in php.ini of PhpED.

Does anybody have a clue on that...?
View user's profileFind all posts by fledSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
This can not happen on debugger's own intents. It does not change any single php setting.
Check if you have conditional Breakpoints and/or statements in Watch that may result in getting some text to the output.
Also check if you have any php accelerators/caches.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Debbuging not showing the same html than in standard browser
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