Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » HTML changes not reflected when debugging(HTML changes not reflected when debugging)
HTML changes not reflected when debugging [message #816327] Thu, 08 March 2012 13:04
Eclipse UserFriend
I am a beginning Eclipse user using Eclipse SR2. I have an existing PHP/Javascript app that I am trying to edit.

I'm attempting to make some text edits in one of the html commands. I've made my changes but they are not being reflected when I debug the app.

<?php include_once("flashes.php"); ?>

<div id="header">
<div id="logo">New text is here<super>™</super></div>
</div>

I've set a breakpoint at the previous php command and I am reaching it. I've made sure that my source file has been saved and that the project has been built. I've also cleared the cache on my browser to make sure I'm getting the newest page. In Firebug, I can see the html coming to the page and it contains the old text, not my changes.

Clearly, I'm missing something. But what?
Previous Topic:Eclipse automaticly adds 3 resources to php projects
Next Topic:Getting PHP Debugging To Work
Goto Forum:
  


Current Time: Fri Jul 04 09:43:23 EDT 2025

Powered by FUDForum. Page generated in 0.15027 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top