Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Edit a php file but bedug does not run the line
icon12.gif  Edit a php file but bedug does not run the line [message #1101888] Thu, 05 September 2013 04:10
Peter Hon is currently offline Peter HonFriend
Messages: 8
Registered: July 2009
Junior Member
Dear all,
When I add a line in index.php and the debug it. The eclipse does not stop at the new line. It just ignored the new line and run to the following line

<?
session_unset();
@session_destroy();
session_start();

$_SESSION = Array();
$error_message = $_GET["error_message"];
echo "<div align='center' class='alert_font_bold'><br>$error_message</div>";


include "config.php"; //<-- This line is added but debug session does not stop at here
include "last_update.php";
?>

Thanks
Previous Topic:PDT not creating projects on assigned folder
Next Topic:Why Eclipse IDE Kepler is not marking deprecated code
Goto Forum:
  


Current Time: Tue Mar 19 05:52:28 GMT 2024

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

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

Back to the top