NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Can't breakpoint single php lines in amoungst html/javascrip


Joined: 18 Oct 2006
Posts: 75
Reply with quote
The PhpEd editor does not allow me to put breakpoints on lines like 3 and 4.

Code:

1:    <th>
2:       <div id="colHeader">IP Address </div>
3:       Empty<input type="checkbox" name="searchForEmptyIpAddress" <?php echo ($this->searchForEmptyIpAddress == "on") ? " CHECKED" : "";?>> 
4:      <input name="ipAddressSearch" style="width:8em" value="<?php echo stripslashes($this->ipAddressSearch); ?>">
5:    </th>


It isn't always practical to break lines up so that the php code is on a line of its own. Is it not possible to handle breakpoints for these cases?

TIA,
Nick Weavers
View user's profileFind all posts by nickweaversSend private messageVisit poster's websiteYahoo Messenger
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
make sure that caret is in php block and press F5.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Can't breakpoint single php lines in amoungst html/javascrip
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