Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 18:04
B. Palmer is currently offline B. PalmerFriend
Messages: 8
Registered: February 2012
Junior Member
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: Thu Apr 25 09:41:08 GMT 2024

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

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

Back to the top